- hardwareVersion - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SLOT_INFO
-
PKCS#11:
CK_VERSION hardwareVersion;
- hardwareVersion - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
CK_VERSION hardwareVersion;
- hashAlg - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_OAEP_PARAMS
-
PKCS#11:
CK_MECHANISM_TYPE hashAlg;
- hashAlg - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_PSS_PARAMS
-
PKCS#11:
CK_MECHANISM_TYPE hashAlg;
- hashCode(byte[]) - Static method in class iaik.pkcs.pkcs11.wrapper.Functions
-
Calculate a hash code for the given byte array.
- hashCode(char[]) - Static method in class iaik.pkcs.pkcs11.wrapper.Functions
-
Calculate a hash code for the given char array.
- hashCode(long[]) - Static method in class iaik.pkcs.pkcs11.wrapper.Functions
-
Calculate a hash code for the given long array.
- hashCode(CK_DATE) - Static method in class iaik.pkcs.pkcs11.wrapper.Functions
-
Calculate a hash code for the given date object.
- hashCode() - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
The overriding of this method should ensure that the objects of this class
work correctly in a hashtable.
- hashContent(InputStream) - Method in class it.trento.comune.j4sign.cms.utils.CMSBuilder
-
- hashField - Variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
-
- hashingSHA256 - Variable in class it.trento.comune.j4sign.verification.VerifyResult
-
- hasQcStatement(Certificate) - Static method in class it.trento.comune.j4sign.verification.utils.CertUtils.QCStatements
-
Returns true if the certificate contains a QC-statements extension.
- hasQCStatements - Variable in class it.trento.comune.j4sign.verification.CertValidity
-
- hClientKey - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
-
PKCS#11:
CK_OBJECT_HANDLE hClientKey;
- hClientMacSecret - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
-
PKCS#11:
CK_OBJECT_HANDLE hClientMacSecret;
- HEX_DIGITS - Static variable in class iaik.pkcs.pkcs11.wrapper.Functions
-
For converting numbers to their hex presentation.
- hPrivateData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
-
PKCS#11:
CK_OBJECT_HANDLE hPrivateData;
- hPrivateData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH2_DERIVE_PARAMS
-
PKCS#11:
CK_OBJECT_HANDLE hPrivateData;
- hServerKey - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
-
PKCS#11:
CK_OBJECT_HANDLE hServerKey;
- hServerMacSecret - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
-
PKCS#11:
CK_OBJECT_HANDLE hServerMacSecret;
- httpGet(URL) - Method in class it.trento.comune.j4sign.examples.SimpleSignApplet
-
Deprecated.
Generic implementation of a HTTP GET; used from the data retrieval
methods.
- httpPOST(URL, String) - Method in class it.trento.comune.j4sign.examples.PKCS11SignApplet
-
- httpPOST(URL, String) - Method in class it.trento.comune.j4sign.examples.SimpleSignApplet
-
Deprecated.
Generic implementation of a HTTP POST; used from the data sending and retrieval
methods.