Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

acIssuer() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
acIssuer(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
add(ConcurrentBag.BagEntry<T>) - Method in class org.xipki.pkcs11.wrapper.ConcurrentBag
Add a new object to the bag for others to borrow.
AES_CTR_PARAMS - Class in org.xipki.pkcs11.wrapper.params
This class represents the necessary parameters required by the CKM_AES_CTR mechanism as defined in CK_AES_CTR_PARAMS structure.
AES_CTR_PARAMS(byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.AES_CTR_PARAMS
 
allowedMechanisms() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
allowedMechanisms(long[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
alwaysAuthenticate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
alwaysAuthenticate(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
alwaysSensitive() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
alwaysSensitive(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
alwaysSensitive() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
application() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
application(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
asUnsignedByteArray(BigInteger) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
attr(long, Object) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
attr(Attribute) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
Attribute - Class in org.xipki.pkcs11.wrapper.attrs
This is the base-class for all types of attributes.
Attribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.Attribute
Constructor taking the PKCS#11 type of the attribute.
AttributeArrayAttribute - Class in org.xipki.pkcs11.wrapper.attrs
Objects of this class represent an attribute array of a PKCS#11 object as specified by PKCS#11.
AttributeArrayAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.AttributeArrayAttribute
Constructor taking the PKCS#11 type of the attribute.
attributeArrayValue(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.attrs.AttributeArrayAttribute
Set the attributes of this attribute array by specifying an AttributeVector.
attributesAsSensitive(long...) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
AttributeVector - Class in org.xipki.pkcs11.wrapper
Object of this class represents the attribute vector.
AttributeVector() - Constructor for class org.xipki.pkcs11.wrapper.AttributeVector
 
AttributeVector(Attribute...) - Constructor for class org.xipki.pkcs11.wrapper.AttributeVector
 
attrTypes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
attrTypes(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 

B

BagEntry(T) - Constructor for class org.xipki.pkcs11.wrapper.ConcurrentBag.BagEntry
 
base() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
base(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
bigIntValue(BigInteger) - Method in class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
Set the big integer value whose unsigned byte-array representation is the content of this attribute.
bitsPerPixel() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
bitsPerPixel(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
BooleanAttribute - Class in org.xipki.pkcs11.wrapper.attrs
Objects of this class represent a boolean attribute of a PKCS#11 object as specified by PKCS#11.
BooleanAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.BooleanAttribute
Constructor taking the PKCS#11 type of the attribute.
booleanValue(Boolean) - Method in class org.xipki.pkcs11.wrapper.attrs.BooleanAttribute
Set the boolean value of this attribute.
borrow(long, TimeUnit) - Method in class org.xipki.pkcs11.wrapper.ConcurrentBag
The method will borrow a BagEntry from the bag, blocking for the specified timeout if none are available.
buildCkMechanism(Constructor<?>, long, Object) - Static method in class org.xipki.pkcs11.wrapper.params.CkParams
 
ByteArrayAttribute - Class in org.xipki.pkcs11.wrapper.attrs
Objects of this class represent a byte-array attribute of a PKCS#11 object as specified by PKCS#11.
ByteArrayAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
Constructor taking the PKCS#11 type of the attribute.
ByteArrayParams - Class in org.xipki.pkcs11.wrapper.params
This class encapsulates parameters byte arrays.
ByteArrayParams(byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.ByteArrayParams
 
byteArrayValue(byte[]) - Method in class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
Set the byte-array value of this attribute.

C

CCM_PARAMS - Class in org.xipki.pkcs11.wrapper.params
Represents the CK_CCM_PARAMS.
CCM_PARAMS(int, byte[], byte[], int) - Constructor for class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
 
certificateCategory() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
certificateCategory(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
certificateType() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
certificateType(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
CharArrayAttribute - Class in org.xipki.pkcs11.wrapper.attrs
Objects of this class represent a char-array attribute of a PKCS#11 object as specified by PKCS#11.
CharArrayAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.CharArrayAttribute
Constructor taking the PKCS#11 type of the attribute.
charArrayValue(char[]) - Method in class org.xipki.pkcs11.wrapper.attrs.CharArrayAttribute
Set the char-array value of this attribute.
charColumns() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
charColumns(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
charRows() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
charRows(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
charSets() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
charSets(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
checkValue() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
checkValue(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
CK_CERTIFICATE_CATEGORY_AUTHORITY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_CERTIFICATE_CATEGORY_OTHER_ENTITY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_CERTIFICATE_CATEGORY_TOKEN_USER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_CERTIFICATE_CATEGORY_UNSPECIFIED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_EFFECTIVELY_INFINITE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_FALSE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_INVALID_HANDLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_CHALLENGE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_COUNTER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_FLAGS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_FORMAT_ALPHANUMERIC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_FORMAT_BINARY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_FORMAT_DECIMAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_FORMAT_HEXADECIMAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_OUTPUT_FORMAT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_OUTPUT_LENGTH - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_PARAM_IGNORED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_PARAM_MANDATORY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_PARAM_OPTIONAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_PIN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_TIME - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_OTP_VALUE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_SECURITY_DOMAIN_MANUFACTURER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_SECURITY_DOMAIN_OPERATOR - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_SECURITY_DOMAIN_THIRD_PARTY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_SECURITY_DOMAIN_UNSPECIFIED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_SP800_108_BYTE_ARRAY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_SP800_108_DKM_LENGTH - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_SP800_108_ITERATION_VARIABLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_SP800_108_OPTIONAL_COUNTER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_TRUE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_UNAVAILABLE_INFORMATION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CK_UNAVAILABLE_INFORMATION_2 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_AC_ISSUER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_ALLOWED_MECHANISMS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_ALWAYS_AUTHENTICATE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_ALWAYS_SENSITIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_APPLICATION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_ATTR_TYPES - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_BASE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_BITS_PER_PIXEL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_CERTIFICATE_CATEGORY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_CERTIFICATE_TYPE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_CHAR_COLUMNS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_CHAR_ROWS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_CHAR_SETS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_CHECK_VALUE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_CLASS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_COEFFICIENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_COLOR - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_COPYABLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_DECRYPT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_DEFAULT_CMS_ATTRIBUTES - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_DERIVE_TEMPLATE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_DESTROYABLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_EC_PARAMS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_EC_POINT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_ENCODING_METHODS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_ENCRYPT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_END_DATE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_EXPONENT_1 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_EXPONENT_2 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_EXTRACTABLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_GOST28147_PARAMS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_GOSTR3410_PARAMS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_GOSTR3411_PARAMS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_HAS_RESET - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_HASH_OF_ISSUER_PUBLIC_KEY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_HASH_OF_SUBJECT_PUBLIC_KEY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_HW_FEATURE_TYPE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_ID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_ISSUER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_JAVA_MIDP_SECURITY_DOMAIN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_KEY_GEN_MECHANISM - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_KEY_TYPE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_LABEL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_LOCAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_MECHANISM_TYPE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_MIME_TYPES - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_MODIFIABLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_MODULUS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_MODULUS_BITS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_NAME_HASH_ALGORITHM - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_NEVER_EXTRACTABLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OBJECT_ID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_CHALLENGE_REQUIREMENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_COUNTER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_COUNTER_REQUIREMENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_FORMAT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_LENGTH - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_PIN_REQUIREMENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_SERVICE_IDENTIFIER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_SERVICE_LOGO - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_SERVICE_LOGO_TYPE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_TIME - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_TIME_INTERVAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_TIME_REQUIREMENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_USER_FRIENDLY_MODE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OTP_USER_IDENTIFIER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_OWNER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_PIXEL_X - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_PIXEL_Y - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_PRIME - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_PRIME_1 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_PRIME_2 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_PRIME_BITS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_PRIVATE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_PRIVATE_EXPONENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_PROFILE_ID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_PUBLIC_EXPONENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_PUBLIC_KEY_INFO - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_REQUIRED_CMS_ATTRIBUTES - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_RESET_ON_INIT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_RESOLUTION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_SENSITIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_SERIAL_NUMBER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_SIGN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_SIGN_RECOVER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_START_DATE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_SUBJECT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_SUBPRIME - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_SUBPRIME_BITS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_SUPPORTED_CMS_ATTRIBUTES - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_TOKEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_TRUSTED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_UNIQUE_ID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_UNWRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_UNWRAP_TEMPLATE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_URL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_VALUE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_VALUE_BITS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_VALUE_LEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_VENDOR_DEFINED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_VERIFY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_VERIFY_RECOVER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_WRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_WRAP_TEMPLATE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKA_WRAP_WITH_TRUSTED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
ckaCodeToName(long) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
ckaNameToCode(String) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
ckAttribute - Variable in class org.xipki.pkcs11.wrapper.attrs.Attribute
The CK_ATTRIBUTE that is used to hold the PKCS#11 type of this attribute and the value.
ckAttribute(CK_ATTRIBUTE) - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
Set the CK_ATTRIBUTE of this Attribute.
CKC_VENDOR_DEFINED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKC_WTLS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKC_X_509 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKC_X_509_ATTR_CERT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_BLAKE2B_160_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_BLAKE2B_256_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_BLAKE2B_384_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_BLAKE2B_512_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_CPDIVERSIFY_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_NULL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA1_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA1_KDF_ASN1 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA1_KDF_CONCATENATE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA1_KDF_SP800 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA224_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA224_KDF_SP800 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA256_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA256_KDF_SP800 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA384_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA384_KDF_SP800 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA3_224_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA3_224_KDF_SP800 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA3_256_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA3_256_KDF_SP800 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA3_384_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA3_384_KDF_SP800 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA3_512_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA3_512_KDF_SP800 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA512_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKD_SHA512_KDF_SP800 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_ARRAY_ATTRIBUTE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_CLOCK_ON_TOKEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_DECRYPT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_DIGEST - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_DONT_BLOCK - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_DUAL_CRYPTO_OPERATIONS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_EC_COMPRESS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_EC_CURVENAME - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_EC_ECPARAMETERS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_EC_F_2M - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_EC_F_P - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_EC_NAMEDCURVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
Deprecated.
CKF_EC_OID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_EC_UNCOMPRESS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_ENCRYPT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_END_OF_MESSAGE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_ERROR_STATE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_EXCLUDE_CHALLENGE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_EXCLUDE_COUNTER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_EXCLUDE_PIN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_EXCLUDE_TIME - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_EXTENSION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_FIND_OBJECTS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_GENERATE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_GENERATE_KEY_PAIR - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_HW - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_HW_SLOT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_INTERFACE_FORK_SAFE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_LIBRARY_CANT_CREATE_OS_THREADS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_LOGIN_REQUIRED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_MESSAGE_DECRYPT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_MESSAGE_ENCRYPT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_MESSAGE_SIGN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_MESSAGE_VERIFY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_MULTI_MESSAGE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_NEXT_OTP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_OS_LOCKING_OK - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_PROTECTED_AUTHENTICATION_PATH - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_REMOVABLE_DEVICE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_RESTORE_KEY_NOT_NEEDED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_RNG - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_RW_SESSION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_SECONDARY_AUTHENTICATION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_SERIAL_SESSION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_SIGN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_SIGN_RECOVER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_SO_PIN_COUNT_LOW - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_SO_PIN_FINAL_TRY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_SO_PIN_LOCKED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_SO_PIN_TO_BE_CHANGED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_TOKEN_INITIALIZED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_TOKEN_PRESENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_UNWRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_USER_FRIENDLY_OTP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_USER_PIN_COUNT_LOW - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_USER_PIN_FINAL_TRY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_USER_PIN_INITIALIZED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_USER_PIN_LOCKED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_USER_PIN_TO_BE_CHANGED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_VERIFY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_VERIFY_RECOVER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_WRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKF_WRITE_PROTECTED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKG_GENERATE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKG_GENERATE_COUNTER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKG_GENERATE_RANDOM - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKG_MGF1_SHA1 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKG_MGF1_SHA224 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKG_MGF1_SHA256 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKG_MGF1_SHA384 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKG_MGF1_SHA3_224 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKG_MGF1_SHA3_256 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKG_MGF1_SHA3_384 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKG_MGF1_SHA3_512 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKG_MGF1_SHA512 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKG_NO_GENERATE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKH_CLOCK - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKH_MONOTONIC_COUNTER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKH_USER_INTERFACE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKH_VENDOR_DEFINED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_ACTI - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_AES - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_AES_XTS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_ARIA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_BATON - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_BLAKE2B_160_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_BLAKE2B_256_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_BLAKE2B_384_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_BLAKE2B_512_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_BLOWFISH - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_CAMELLIA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_CAST - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_CAST128 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_CAST3 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_CAST5 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
Deprecated.
CKK_CDMF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_CHACHA20 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_DES - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_DES2 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_DES3 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_DH - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_DSA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_EC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_EC_EDWARDS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_EC_MONTGOMERY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_ECDSA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
Deprecated.
CKK_GENERIC_SECRET - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_GOST28147 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_GOSTR3410 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_GOSTR3411 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_HKDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_HOTP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_IDEA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_JUNIPER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_KEA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_MD5_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_POLY1305 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_RC2 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_RC4 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_RC5 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_RIPEMD128_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_RIPEMD160_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_RSA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_SALSA20 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_SECURID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_SEED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_SHA224_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_SHA256_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_SHA384_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_SHA3_224_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_SHA3_256_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_SHA3_384_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_SHA3_512_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_SHA512_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_SHA_1_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_SKIPJACK - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_TWOFISH - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_VENDOR_DEFINED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_VENDOR_SM2 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_VENDOR_SM4 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_X2RATCHET - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKK_X9_42_DH - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
ckkCodeToName(long) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
ckkNameToCode(String) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ACTI - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ACTI_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_CBC_ENCRYPT_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_CCM - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_CFB1 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_CFB128 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_CFB64 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_CFB8 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_CMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_CMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_CTR - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_CTS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_ECB_ENCRYPT_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_GCM - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_GMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_KEY_WRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_KEY_WRAP_KWP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_KEY_WRAP_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_KEY_WRAP_PKCS7 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_OFB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_XCBC_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_XCBC_MAC_96 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_XTS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_AES_XTS_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ARIA_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ARIA_CBC_ENCRYPT_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ARIA_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ARIA_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ARIA_ECB_ENCRYPT_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ARIA_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ARIA_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ARIA_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BATON_CBC128 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BATON_COUNTER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BATON_ECB128 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BATON_ECB96 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BATON_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BATON_SHUFFLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BATON_WRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_160 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_160_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_160_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_160_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_160_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_256 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_256_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_256_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_256_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_256_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_384 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_384_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_384_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_384_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_384_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_512 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_512_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_512_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_512_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLAKE2B_512_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLOWFISH_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLOWFISH_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_BLOWFISH_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAMELLIA_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAMELLIA_CBC_ENCRYPT_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAMELLIA_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAMELLIA_CTR - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAMELLIA_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAMELLIA_ECB_ENCRYPT_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAMELLIA_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAMELLIA_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAMELLIA_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST128_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
Use CKM_CAST128_CBC instead.
CKM_CAST128_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
Use CKM_CAST128_CBC_PAD instead.
CKM_CAST128_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST128_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST128_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
Use CKM_CAST128_MAC instead.
CKM_CAST128_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
Use CKM_CAST128_MAC_GENERAL instead.
CKM_CAST3_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST3_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST3_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST3_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST3_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST3_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST5_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST5_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CAST_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CDMF_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CDMF_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CDMF_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CDMF_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CDMF_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CDMF_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CHACHA20 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CHACHA20_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CHACHA20_POLY1305 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CMS_SIG - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CONCATENATE_BASE_AND_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CONCATENATE_BASE_AND_KEY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_CONCATENATE_DATA_AND_BASE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES2_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES3_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES3_CBC_ENCRYPT_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES3_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES3_CMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES3_CMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES3_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES3_ECB_ENCRYPT_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES3_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES3_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES3_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES_CBC_ENCRYPT_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES_CFB64 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES_CFB8 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES_ECB_ENCRYPT_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES_OFB64 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DES_OFB8 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DH_PKCS_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DH_PKCS_KEY_PAIR_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DH_PKCS_PARAMETER_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA_KEY_PAIR_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA_PARAMETER_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA_PROBABLISTIC_PARAMETER_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA_SHA1 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA_SHA224 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA_SHA256 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA_SHA384 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA_SHA3_224 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA_SHA3_256 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA_SHA3_384 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA_SHA3_512 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA_SHA512 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_DSA_SHAWE_TAYLOR_PARAMETER_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_EC_EDWARDS_KEY_PAIR_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_EC_KEY_PAIR_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_EC_MONTGOMERY_KEY_PAIR_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECDH1_COFACTOR_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECDH1_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECDH_AES_KEY_WRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECDSA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECDSA_KEY_PAIR_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
Deprecated.
CKM_ECDSA_SHA1 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECDSA_SHA224 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECDSA_SHA256 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECDSA_SHA384 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECDSA_SHA3_224 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECDSA_SHA3_256 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECDSA_SHA3_384 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECDSA_SHA3_512 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECDSA_SHA512 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_ECMQV_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_EDDSA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_EXTRACT_KEY_FROM_KEY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_FASTHASH - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_FORTEZZA_TIMESTAMP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_GENERIC_SECRET_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_GOST28147 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_GOST28147_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_GOST28147_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_GOST28147_KEY_WRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_GOST28147_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_GOSTR3410 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_GOSTR3410_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_GOSTR3410_KEY_PAIR_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_GOSTR3410_KEY_WRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_GOSTR3410_WITH_GOSTR3411 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_GOSTR3411 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_GOSTR3411_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_HKDF_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_HKDF_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_HKDF_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_HOTP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_HOTP_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_IDEA_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_IDEA_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_IDEA_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_IDEA_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_IDEA_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_IDEA_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_JUNIPER_CBC128 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_JUNIPER_COUNTER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_JUNIPER_ECB128 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_JUNIPER_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_JUNIPER_SHUFFLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_JUNIPER_WRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_KEA_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_KEA_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_KEA_KEY_PAIR_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_KEY_WRAP_LYNKS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_KEY_WRAP_SET_OAEP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_KIP_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_KIP_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_KIP_WRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_MD2 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_MD2_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_MD2_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_MD2_KEY_DERIVATION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_MD2_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_MD5 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_MD5_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_MD5_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_MD5_KEY_DERIVATION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_MD5_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_NULL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PBA_SHA1_WITH_SHA1_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PBE_MD2_DES_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PBE_MD5_CAST128_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PBE_MD5_CAST3_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PBE_MD5_CAST5_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
Deprecated.
CKM_PBE_MD5_CAST_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PBE_MD5_DES_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PBE_SHA1_CAST128_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PBE_SHA1_CAST5_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
Deprecated.
CKM_PBE_SHA1_DES2_EDE_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PBE_SHA1_DES3_EDE_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PBE_SHA1_RC2_128_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PBE_SHA1_RC2_40_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PBE_SHA1_RC4_128 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PBE_SHA1_RC4_40 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_PKCS5_PBKD2 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_POLY1305 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_POLY1305_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC2_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC2_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC2_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC2_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC2_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC2_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC4 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC4_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC5_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC5_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC5_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC5_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC5_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RC5_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RIPEMD128 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RIPEMD128_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RIPEMD128_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RIPEMD128_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RIPEMD160 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RIPEMD160_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RIPEMD160_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RIPEMD160_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RSA_9796 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RSA_AES_KEY_WRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RSA_PKCS_KEY_PAIR_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RSA_PKCS_OAEP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RSA_PKCS_OAEP_TPM_1_1 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RSA_PKCS_PSS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RSA_PKCS_TPM_1_1 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RSA_X9_31 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RSA_X9_31_KEY_PAIR_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_RSA_X_509 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SALSA20 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SALSA20_POLY1305 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SECURID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SECURID_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SEED_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SEED_CBC_ENCRYPT_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SEED_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SEED_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SEED_ECB_ENCRYPT_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SEED_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SEED_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SEED_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA1_KEY_DERIVATION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA1_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA1_RSA_PKCS_PSS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA1_RSA_X9_31 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA224 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA224_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA224_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA224_KEY_DERIVATION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA224_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA224_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA224_RSA_PKCS_PSS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA256 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA256_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA256_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA256_KEY_DERIVATION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA256_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA256_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA256_RSA_PKCS_PSS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA384 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA384_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA384_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA384_KEY_DERIVATION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA384_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA384_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA384_RSA_PKCS_PSS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_224 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_224_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_224_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_224_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_224_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_224_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_224_RSA_PKCS_PSS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_256 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_256_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_256_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_256_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_256_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_256_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_256_RSA_PKCS_PSS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_384 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_384_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_384_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_384_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_384_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_384_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_384_RSA_PKCS_PSS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_512 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_512_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_512_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_512_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_512_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_512_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA3_512_RSA_PKCS_PSS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_224 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_224_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_224_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_224_KEY_DERIVATION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_224_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_256 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_256_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_256_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_256_KEY_DERIVATION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_256_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_KEY_DERIVATION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_RSA_PKCS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_RSA_PKCS_PSS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_T - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_T_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_T_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_T_KEY_DERIVATION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA512_T_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA_1 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA_1_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA_1_HMAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHA_1_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHAKE_128_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SHAKE_256_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SKIPJACK_CBC64 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SKIPJACK_CFB16 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SKIPJACK_CFB32 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SKIPJACK_CFB64 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SKIPJACK_CFB8 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SKIPJACK_ECB64 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SKIPJACK_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SKIPJACK_OFB64 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SKIPJACK_PRIVATE_WRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SKIPJACK_RELAYX - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SKIPJACK_WRAP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SP800_108_COUNTER_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SP800_108_DOUBLE_PIPELINE_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SP800_108_FEEDBACK_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SSL3_KEY_AND_MAC_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SSL3_MASTER_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SSL3_MASTER_KEY_DERIVE_DH - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SSL3_MD5_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SSL3_PRE_MASTER_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_SSL3_SHA1_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS10_MAC_CLIENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS10_MAC_SERVER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS12_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS12_KEY_AND_MAC_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS12_KEY_SAFE_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS12_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS12_MASTER_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS12_MASTER_KEY_DERIVE_DH - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS_KDF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS_KEY_AND_MAC_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS_MASTER_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS_MASTER_KEY_DERIVE_DH - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS_PRE_MASTER_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TLS_PRF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TWOFISH_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TWOFISH_CBC_PAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_TWOFISH_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_VENDOR_DEFINED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_VENDOR_SM2 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_VENDOR_SM2_ENCRYPT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_VENDOR_SM2_KEY_PAIR_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_VENDOR_SM2_SM3 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_VENDOR_SM3 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_VENDOR_SM4_CBC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_VENDOR_SM4_ECB - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_VENDOR_SM4_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_VENDOR_SM4_MAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_VENDOR_SM4_MAC_GENERAL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_WTLS_CLIENT_KEY_AND_MAC_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_WTLS_MASTER_KEY_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_WTLS_MASTER_KEY_DERIVE_DH_ECC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_WTLS_PRE_MASTER_KEY_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_WTLS_PRF - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_WTLS_SERVER_KEY_AND_MAC_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_X2RATCHET_DECRYPT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_X2RATCHET_ENCRYPT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_X2RATCHET_INITIALIZE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_X2RATCHET_RESPOND - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_X3DH_INITIALIZE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_X3DH_RESPOND - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_X9_42_DH_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_X9_42_DH_HYBRID_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_X9_42_DH_KEY_PAIR_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_X9_42_DH_PARAMETER_GEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_X9_42_MQV_DERIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_XEDDSA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKM_XOR_BASE_AND_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
ckmCodeToName(long) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
ckmNameToCode(String) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKN_OTP_CHANGED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKN_SURRENDER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKO_CERTIFICATE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKO_DATA - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKO_DOMAIN_PARAMETERS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKO_HW_FEATURE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKO_MECHANISM - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKO_OTP_KEY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKO_PRIVATE_KEY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKO_PROFILE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKO_PUBLIC_KEY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKO_SECRET_KEY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKO_VENDOR_DEFINED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
ckoCodeToName(long) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
ckoNameToCode(String) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKP_AUTHENTICATION_TOKEN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKP_BASELINE_PROVIDER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKP_EXTENDED_PROVIDER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKP_INVALID_ID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKP_PKCS5_PBKD2_HMAC_GOSTR3411 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKP_PKCS5_PBKD2_HMAC_SHA1 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKP_PKCS5_PBKD2_HMAC_SHA224 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKP_PKCS5_PBKD2_HMAC_SHA256 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKP_PKCS5_PBKD2_HMAC_SHA384 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKP_PKCS5_PBKD2_HMAC_SHA512 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKP_PKCS5_PBKD2_HMAC_SHA512_224 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKP_PKCS5_PBKD2_HMAC_SHA512_256 - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKP_VENDOR_DEFINED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CkParams - Class in org.xipki.pkcs11.wrapper.params
Every Parameters-class implements this interface through which the module.
CkParams() - Constructor for class org.xipki.pkcs11.wrapper.params.CkParams
 
CkParamsWithExtra - Class in org.xipki.pkcs11.wrapper.params
CkParam with CkParamsWithExtra to provides extra information, e.g.
CkParamsWithExtra(CkParams, ExtraParams) - Constructor for class org.xipki.pkcs11.wrapper.params.CkParamsWithExtra
Constructor.
CKR_ACTION_PROHIBITED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_AEAD_DECRYPT_FAILED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_ARGUMENTS_BAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_ATTRIBUTE_READ_ONLY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_ATTRIBUTE_SENSITIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_ATTRIBUTE_TYPE_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_ATTRIBUTE_VALUE_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_BUFFER_TOO_SMALL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_CANCEL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_CANT_LOCK - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_CRYPTOKI_ALREADY_INITIALIZED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_CRYPTOKI_NOT_INITIALIZED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_CURVE_NOT_SUPPORTED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_DATA_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_DATA_LEN_RANGE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_DEVICE_ERROR - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_DEVICE_MEMORY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_DEVICE_REMOVED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_DOMAIN_PARAMS_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_ENCRYPTED_DATA_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_ENCRYPTED_DATA_LEN_RANGE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_EXCEEDED_MAX_ITERATIONS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_FIPS_SELF_TEST_FAILED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_FUNCTION_CANCELED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_FUNCTION_FAILED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_FUNCTION_NOT_PARALLEL - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_FUNCTION_NOT_SUPPORTED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_FUNCTION_REJECTED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_GENERAL_ERROR - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_HOST_MEMORY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_INFORMATION_SENSITIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_KEY_CHANGED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_KEY_FUNCTION_NOT_PERMITTED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_KEY_HANDLE_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_KEY_INDIGESTIBLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_KEY_NEEDED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_KEY_NOT_NEEDED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_KEY_NOT_WRAPPABLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_KEY_SIZE_RANGE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_KEY_TYPE_INCONSISTENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_KEY_UNEXTRACTABLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_LIBRARY_LOAD_FAILED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_MECHANISM_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_MECHANISM_PARAM_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_MUTEX_BAD - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_MUTEX_NOT_LOCKED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_NEED_TO_CREATE_THREADS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_NEW_PIN_MODE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_NEXT_OTP - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_NO_EVENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_OBJECT_HANDLE_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_OK - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_OPERATION_ACTIVE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_OPERATION_NOT_INITIALIZED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_PIN_EXPIRED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_PIN_INCORRECT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_PIN_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_PIN_LEN_RANGE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_PIN_LOCKED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_PIN_TOO_WEAK - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_PUBLIC_KEY_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_RANDOM_NO_RNG - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_RANDOM_SEED_NOT_SUPPORTED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_SAVED_STATE_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_SESSION_CLOSED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_SESSION_COUNT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_SESSION_EXISTS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_SESSION_HANDLE_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_SESSION_PARALLEL_NOT_SUPPORTED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_SESSION_READ_ONLY - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_SESSION_READ_ONLY_EXISTS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_SESSION_READ_WRITE_SO_EXISTS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_SIGNATURE_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_SIGNATURE_LEN_RANGE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_SLOT_ID_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_STATE_UNSAVEABLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_TEMPLATE_INCOMPLETE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_TEMPLATE_INCONSISTENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_TOKEN_NOT_PRESENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_TOKEN_NOT_RECOGNIZED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_TOKEN_RESOURCE_EXCEEDED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_TOKEN_WRITE_PROTECTED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_UNWRAPPING_KEY_HANDLE_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_UNWRAPPING_KEY_SIZE_RANGE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_UNWRAPPING_KEY_TYPE_INCONSISTENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_USER_ALREADY_LOGGED_IN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_USER_ANOTHER_ALREADY_LOGGED_IN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_USER_NOT_LOGGED_IN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_USER_PIN_NOT_INITIALIZED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_USER_TOO_MANY_TYPES - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_USER_TYPE_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_VENDOR_DEFINED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_WRAPPED_KEY_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_WRAPPED_KEY_LEN_RANGE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_WRAPPING_KEY_HANDLE_INVALID - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_WRAPPING_KEY_SIZE_RANGE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKR_WRAPPING_KEY_TYPE_INCONSISTENT - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
ckrCodeToName(long) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
ckrNameToCode(String) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKS_RO_PUBLIC_SESSION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKS_RO_USER_FUNCTIONS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKS_RW_PUBLIC_SESSION - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKS_RW_SO_FUNCTIONS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKS_RW_USER_FUNCTIONS - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKU_CONTEXT_SPECIFIC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKU_SO - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKU_USER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKZ_DATA_SPECIFIED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
CKZ_SALT_SPECIFIED - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
class_() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
class_(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
CLASS_CK_PARAMS - Static variable in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_PSS_PARAMS
 
clearFlagBit(long) - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
Clear the given feature flag.
close() - Method in class org.xipki.pkcs11.wrapper.ConcurrentBag
Close the bag to further adds.
closeAllSessions() - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Closes all sessions.
closeSession() - Method in class org.xipki.pkcs11.wrapper.Session
Closes this session.
codeToName(PKCS11Constants.Category, long) - Method in class org.xipki.pkcs11.wrapper.params.CkParams
 
codeToName(PKCS11Constants.Category, long) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
Converts the long value code to a name.
codeToName(PKCS11Constants.Category, long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
 
coefficient() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
coefficient(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
color() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
color(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
compareAndSet(int, int) - Method in class org.xipki.pkcs11.wrapper.ConcurrentBag.BagEntry
 
ConcurrentBag<T> - Class in org.xipki.pkcs11.wrapper
This is a specialized concurrent bag that achieves superior performance to LinkedBlockingQueue and LinkedTransferQueue for the purposes of a connection pool.
ConcurrentBag() - Constructor for class org.xipki.pkcs11.wrapper.ConcurrentBag
Construct a ConcurrentBag with the specified listener.
ConcurrentBag.BagEntry<T> - Class in org.xipki.pkcs11.wrapper
 
convertException(PKCS11Exception) - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
 
copyable() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
copyable(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
copyObject(long, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Copy an existing object.
copyObject(long, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
Copy an existing object.
createECPrivateKeyObject(AttributeVector, byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Create EC private key object in the PKCS#11 device.
createECPrivateKeyObject(AttributeVector, byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
 
createObject(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Create a new object on the token (or in the session).
createObject(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
Create a new object on the token (or in the session).
createPrivateKeyObject(AttributeVector, PublicKey) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
 
createPrivateKeyObject(AttributeVector, PublicKey) - Method in class org.xipki.pkcs11.wrapper.Session
 

D

DateAttribute - Class in org.xipki.pkcs11.wrapper.attrs
Objects of this class represent a date attribute of a PKCS#11 object as specified by PKCS#11.
DateAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.DateAttribute
Constructor taking the PKCS#11 type of the attribute.
dateValue(Instant) - Method in class org.xipki.pkcs11.wrapper.attrs.DateAttribute
Set the date value of this attribute.
debug(String, Object...) - Method in interface org.xipki.pkcs11.wrapper.Logger
 
debug(String, Object...) - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
 
decodeHex(String) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
decodeOid(byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
decrypt() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
decrypt(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
decrypt() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
decrypt(Mechanism, long, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Decrypts the given data with the key and mechanism.
decrypt(Mechanism, long, byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Decrypts the given data with the key and mechanism.
decrypt(OutputStream, Mechanism, long, InputStream) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
This method can be used to decrypt large data.
decrypt(byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
Decrypts the given data with the key and mechanism given to the decryptInit method.
decrypt(byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
Decrypts the given data with the key and mechanism given to the decryptInit method.
decryptEncrypt(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
decryptFinal(byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
This method finalizes a decryption operation and returns the final result.
decryptInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
Initializes a new decryption operation.
decryptSingle(Mechanism, long, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
 
decryptSingle(Mechanism, long, byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
 
decryptUpdate(byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
This method can be used to decrypt multiple pieces of data; e.g.
decryptUpdate(byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
This method can be used to decrypt multiple pieces of data; e.g.
defaultCmsAttributes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
defaultCmsAttributes(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
derive() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
derive(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
derive(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
derive() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
deriveKey(Mechanism, long, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Derives a new key from a specified base key using the given mechanism.
deriveKey(Mechanism, long, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
Derives a new key from a specified base key using the given mechanism.
deriveTemplate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
deriveTemplate(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
destroyable() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
destroyable(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
destroyObject(long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Destroy a certain object on the token (or in the session).
destroyObject(long) - Method in class org.xipki.pkcs11.wrapper.Session
Destroy a certain object on the token (or in the session).
destroyObjects(long...) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Destroy a certain object on the token (or in the session).
destroyObjects(List<Long>) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
 
digest(Mechanism, byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Digests the given data with the mechanism.
digest(Mechanism, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Digests the given data with the mechanism.
digest(Mechanism, InputStream) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Digests the large data with the mechanism.
digest(byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
Digests the given data with the mechanism given to the digestInit method.
digest(byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
Digests the given data with the mechanism given to the digestInit method.
digestFinal(byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
Digests the given data with the mechanism given to the digestInit method.
digestFinal(byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
Digests the given data with the mechanism given to the digestInit method.
digestFinal(byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
This method finalizes a digesting operation and returns the final result.
digestInit(Mechanism) - Method in class org.xipki.pkcs11.wrapper.Session
Initializes a new digesting operation.
digestKey(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Digests the given key with the mechanism.
digestKey(long) - Method in class org.xipki.pkcs11.wrapper.Session
This method is similar to digestUpdate and can be combined with it during one digesting operation.
digestSingle(Mechanism, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
 
digestSingle(Mechanism, byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
 
digestUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
This method can be used to digest multiple pieces of data; e.g.
digestUpdate(byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
This method can be used to digest multiple pieces of data; e.g.
dsaBase() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
dsaPrime() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
dsaSigPlainToX962(byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
dsaSigX962ToPlain(byte[], int) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
dsaSubprime() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 

E

ECDH1_DERIVE_PARAMS - Class in org.xipki.pkcs11.wrapper.params
Represents the CK_ECDH1_DERIVE_PARAMS.
ECDH1_DERIVE_PARAMS(long, byte[], byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.ECDH1_DERIVE_PARAMS
Create a new ECDH1_DERIVE_PARAMS object with the given attributes.
ecOrderBitSize() - Method in class org.xipki.pkcs11.wrapper.params.ExtraParams
 
ecOrderBitSize(int) - Method in class org.xipki.pkcs11.wrapper.params.ExtraParams
 
ecOrderBitSize() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
ecParams() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
ecParams(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
ecParams() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
ecPoint() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
ecPoint(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
ecPublicPoint() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
encodeOid(String) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
encodingMethods() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
encodingMethods(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
encrypt() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
encrypt(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
encrypt() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
encrypt(Mechanism, long, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Encrypts the given data with the key and mechanism.
encrypt(Mechanism, long, byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Encrypts the given data with the key and mechanism.
encrypt(OutputStream, Mechanism, long, InputStream) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
This method can be used to encrypt large data.
encrypt(byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
Encrypts the given data with the key and mechanism given to the encryptInit method.
encrypt(byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
Encrypts the given data with the key and mechanism given to the encryptInit method.
encryptFinal(byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
This method finalizes an encrypt operation and returns the final result.
encryptInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
Initializes a new encryption operation.
encryptSingle(Mechanism, long, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
 
encryptSingle(Mechanism, long, byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
 
encryptUpdate(byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
This method can be used to encrypt multiple pieces of data; e.g.
encryptUpdate(byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
This method can be used to encrypt multiple pieces of data; e.g.
endDate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
endDate(Instant) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
endDate(Instant) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
equals(Object) - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
 
error(String, Object...) - Method in interface org.xipki.pkcs11.wrapper.Logger
 
error(String, Object...) - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
 
exponent1() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
exponent1(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
exponent2() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
exponent2(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
extractable() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
extractable(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
extractable() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
ExtraParams - Class in org.xipki.pkcs11.wrapper.params
Provides extra parameters, e.g.
ExtraParams() - Constructor for class org.xipki.pkcs11.wrapper.params.ExtraParams
 

F

finalize(Object) - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
Caution: Unlike the original PKCS#11 wrapper, we only call initialize() once per native .so/.dll.
findAllObjects(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Finds all objects that match the template.
findAllObjectsSingle(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
 
findObjects(AttributeVector, int) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Finds objects that match the template.
findObjects(int) - Method in class org.xipki.pkcs11.wrapper.Session
Finds objects that match the template object passed to findObjectsInit.
findObjectsFinal() - Method in class org.xipki.pkcs11.wrapper.Session
Finalizes a find operation.
findObjectsInit(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
Initializes a find operations that provides means to find objects by passing a template object.
findObjectsSingle(AttributeVector, int) - Method in class org.xipki.pkcs11.wrapper.Session
 
Functions - Class in org.xipki.pkcs11.wrapper
This class contains only static methods.
Functions() - Constructor for class org.xipki.pkcs11.wrapper.Functions
 

G

GCM_PARAMS - Class in org.xipki.pkcs11.wrapper.params
Represents the CK_GCM_PARAMS.
GCM_PARAMS(byte[], byte[], int) - Constructor for class org.xipki.pkcs11.wrapper.params.GCM_PARAMS
 
generateKey(Mechanism, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Generate a new secret key or a set of domain parameters.
generateKey(Mechanism, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
/** Generate a new secret key or a set of domain parameters.
generateKeyPair(Mechanism, KeyPairTemplate) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Generate a new public key - private key key-pair and use the set attributes of the template objects for setting the attributes of the new public key and private key objects.
generateKeyPair(Mechanism, KeyPairTemplate) - Method in class org.xipki.pkcs11.wrapper.Session
Generate a new public key - private key key-pair and use the set attributes of the template objects for setting the attributes of the new public key and private key objects.
generateRandom(int) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Generates a certain number of random bytes.
generateRandom(int, byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Generates a certain number of random bytes.
generateRandom(int) - Method in class org.xipki.pkcs11.wrapper.Session
Generates a certain number of random bytes.
generateUniqueId(AttributeVector, int, Random) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Generate a unique CKA_ID.
genericToVendorCode(PKCS11Constants.Category, long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
 
getAttribute(long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
getAttrValue(long, long) - Method in class org.xipki.pkcs11.wrapper.Session
 
getAttrValues(long, long...) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Gets give attributes for the given object handle.
getAttrValues(long, List<Long>) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Gets give attributes for the given object handle.
getAttrValues(long, long...) - Method in class org.xipki.pkcs11.wrapper.Session
 
getAttrValues(long, List<Long>) - Method in class org.xipki.pkcs11.wrapper.Session
 
getBigIntValue() - Method in class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
 
getBooleanAttrValue(long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
getByteArrayAttrValue(long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
getCkAttribute() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
Get the CK_ATTRIBUTE object of this Attribute that contains the attribute type and value .
getClass(String) - Static method in class org.xipki.pkcs11.wrapper.Util
 
getConstructor(String, Class<?>...) - Static method in class org.xipki.pkcs11.wrapper.Util
 
getConstructor(Class<?>, Class<?>...) - Static method in class org.xipki.pkcs11.wrapper.Util
 
getConstructorOfCK_MECHANISM(String) - Static method in class org.xipki.pkcs11.wrapper.Util
 
getCryptokiVersion() - Method in class org.xipki.pkcs11.wrapper.ModuleInfo
Get the version of PKCS#11 that this module claims to be compliant to.
getCurveName(byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
getCurveNames(byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
getCurveOrderBitLength(byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
getDefaultAttrValues(long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Gets all attributes for the given object handle.
getDefaultAttrValues(long) - Method in class org.xipki.pkcs11.wrapper.Session
Return the default attributes, but without attributes which contain the sensitive values.
getDefaultAttrValues(long, boolean) - Method in class org.xipki.pkcs11.wrapper.Session
Return the default attributes
getDeviceError() - Method in class org.xipki.pkcs11.wrapper.SessionInfo
Get the current device error-code of the token.
getEcParams(BigInteger, BigInteger) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
getErrorCode() - Method in exception org.xipki.pkcs11.wrapper.PKCS11Exception
Returns the PKCS#11 error code.
getErrorName() - Method in exception org.xipki.pkcs11.wrapper.PKCS11Exception
 
getExtraParams() - Method in class org.xipki.pkcs11.wrapper.params.CkParamsWithExtra
 
getField(Class<?>, String) - Static method in class org.xipki.pkcs11.wrapper.Util
 
getFirmwareVersion() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
Get the version of the slot's firmware.
getFirmwareVersion() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the version of the token's firmware.
getFlags() - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
 
getFlags() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Return the token flags.
getFreePrivateMemory() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the amount of free memory for private objects.
getFreePublicMemory() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the amount of free memory for public objects.
getHandle() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
 
getHardwareVersion() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
Get the version of the slot's hardware.
getHardwareVersion() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the version of the token's hardware.
getHashAlgName(long) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
getHashAlgName(long) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
getId() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
 
getIdHex() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
 
getInfo() - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
Gets information about the module; i.e.
getInstance(long) - Static method in class org.xipki.pkcs11.wrapper.attrs.Attribute
 
getInstance(long, Object) - Static method in class org.xipki.pkcs11.wrapper.attrs.Attribute
 
getInstance(String) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Module
Get an instance of this class by giving the name of the PKCS#11 module; e.g.
getIntAttrValue(long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
getIntValue() - Method in class org.xipki.pkcs11.wrapper.attrs.LongAttribute
Get the int value of this attribute.
getKey(PKCS11KeyId) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Gets the PKCS11Key identified by the given PKCS11KeyId.
getKey(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Gets the PKCS11Key of a key satisfying the given criteria.
getKeyId(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Gets the PKCS11KeyId of a key satisfying the given criteria.
getKeyType() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
 
getLabel() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
 
getLabel() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the label of this token.
getLibraryDescription() - Method in class org.xipki.pkcs11.wrapper.ModuleInfo
Get a short description of this module.
getLibraryVersion() - Method in class org.xipki.pkcs11.wrapper.ModuleInfo
Get the version of this PKCS#11 module.
getLongAttrValue(long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
getMajor() - Method in class org.xipki.pkcs11.wrapper.Version
Get the major version number.
getManufacturerID() - Method in class org.xipki.pkcs11.wrapper.ModuleInfo
Get the identifier of the manufacturer.
getManufacturerID() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
Get an identifier for the manufacturer of this slot.
getManufacturerID() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the manufacturer identifier.
getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.AES_CTR_PARAMS
 
getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.ByteArrayParams
 
getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
 
getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.CkParams
 
getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.CkParamsWithExtra
 
getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.ECDH1_DERIVE_PARAMS
 
getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.GCM_PARAMS
 
getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.LongParams
 
getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.MechanismParams
 
getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_OAEP_PARAMS
 
getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_PSS_PARAMS
 
getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
 
getMaxKeySize() - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
Get the maximum key length supported by this mechanism.
getMaxPinLen() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the maximum length for the PIN.
getMaxRwSessionCount() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the maximum allowed number of (open) concurrent read-write sessions.
getMaxSessionCount() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the maximum allowed number of (open) concurrent sessions.
getMechanismCode() - Method in class org.xipki.pkcs11.wrapper.Mechanism
Get the code of this mechanism as defined in PKCS11Constants (of pkcs11t.h likewise).
getMechanismInfo(long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Gets the MechanismInfo for given mechanism code.
getMechanismInfo(long) - Method in class org.xipki.pkcs11.wrapper.Token
Get more information about one supported mechanism.
getMechanismList() - Method in class org.xipki.pkcs11.wrapper.Token
Get the list of mechanisms that this token supports.
getMechanisms() - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
 
getMethod(Class<?>, String, Class<?>...) - Static method in class org.xipki.pkcs11.wrapper.Util
 
getMinKeySize() - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
Get the minimum key length supported by this mechanism.
getMinor() - Method in class org.xipki.pkcs11.wrapper.Version
Get the minor version number.
getMinPinLen() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the minimum length for the PIN.
getModel() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the model of this token.
getModule() - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
 
getModule() - Method in class org.xipki.pkcs11.wrapper.Session
Get the Module which this Session object operates with.
getModule() - Method in class org.xipki.pkcs11.wrapper.Slot
Get the module that created this Slot object.
getModuleInfo() - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
 
getName() - Method in class org.xipki.pkcs11.wrapper.Mechanism
Get the name of this mechanism.
getNullableToken() - Method in class org.xipki.pkcs11.wrapper.Slot
Get an object for handling the token that is currently present in this slot, or null, if there is no token present.
getObjectCLass() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
 
getOctetsFromASN1BitString(byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
getOctetsFromASN1OctetString(byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
getOperationState() - Method in class org.xipki.pkcs11.wrapper.Session
Get the current operation state.
getParameters() - Method in class org.xipki.pkcs11.wrapper.Mechanism
Get the parameters object of this mechanism.
getParams() - Method in class org.xipki.pkcs11.wrapper.params.AES_CTR_PARAMS
 
getParams() - Method in class org.xipki.pkcs11.wrapper.params.ByteArrayParams
 
getParams() - Method in class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
 
getParams() - Method in class org.xipki.pkcs11.wrapper.params.CkParams
Get this parameters object as an object of the corresponding *_PARAMS class of the sun.security.pkcs11.wrapper package.
getParams() - Method in class org.xipki.pkcs11.wrapper.params.CkParamsWithExtra
 
getParams() - Method in class org.xipki.pkcs11.wrapper.params.ECDH1_DERIVE_PARAMS
 
getParams() - Method in class org.xipki.pkcs11.wrapper.params.GCM_PARAMS
 
getParams() - Method in class org.xipki.pkcs11.wrapper.params.LongParams
 
getParams() - Method in class org.xipki.pkcs11.wrapper.params.MechanismParams
 
getParams() - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_OAEP_PARAMS
 
getParams() - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_PSS_PARAMS
 
getParams() - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
Get this parameters object as an object of the CK_SALSA20_CHACHA20_POLY1305_PARAMS class.
getPKCS11() - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
Gets the PKCS#11 module of the wrapper package behind this object.
getPrefix() - Method in enum org.xipki.pkcs11.wrapper.PKCS11Constants.Category
 
getPrivateKey() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyPair
Get the private key part of this key-pair.
getPublicKey() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyPair
Get the public key part of this key-pair.
getPublicKeyHandle() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
 
getRwSessionCount() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the current number of open read-write sessions.
getSerialNumber() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the serial number of this token.
getSessionCount() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the current number of open sessions.
getSessionHandle() - Method in class org.xipki.pkcs11.wrapper.Session
Get the handle of this session.
getSessionInfo() - Method in class org.xipki.pkcs11.wrapper.Session
Get information about this session.
getSignedBigIntValue() - Method in class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
 
getSlot() - Method in class org.xipki.pkcs11.wrapper.Token
Get the slot that created this Token object.
getSlotDescription() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
Get a short description of this slot.
getSlotID() - Method in class org.xipki.pkcs11.wrapper.Slot
Get the ID of this slot.
getSlotInfo() - Method in class org.xipki.pkcs11.wrapper.Slot
Get information about this slot object.
getSlotList(boolean) - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
Gets a list of slots that can accept tokens that are compatible with this module; e.g.
getState() - Method in class org.xipki.pkcs11.wrapper.ConcurrentBag.BagEntry
 
getState() - Method in class org.xipki.pkcs11.wrapper.SessionInfo
Get the current state of this session.
getStringAttrValue(long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
getStringAttrValue(long, long) - Method in class org.xipki.pkcs11.wrapper.Session
 
getTime() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the current time of the token's clock.
getToken() - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Get the token that created this Session object.
getToken() - Method in class org.xipki.pkcs11.wrapper.Session
Get the token that created this Session object.
getToken() - Method in class org.xipki.pkcs11.wrapper.Slot
Get an object for handling the token that is currently present in this slot.
getTokenId() - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Get the token (slot) identifier of this token.
getTokenID() - Method in class org.xipki.pkcs11.wrapper.Token
Get the ID of this token.
getTokenInfo() - Method in class org.xipki.pkcs11.wrapper.Token
Get information about this token.
getTotalPrivateMemory() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the total amount of memory for private objects.
getTotalPublicMemory() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Get the total amount of memory for public objects.
getType() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
Get the PKCS#11 type of this attribute.
getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
 
getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.AttributeArrayAttribute
Get the attribute array value of this attribute.
getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.BooleanAttribute
Get the boolean value of this attribute.
getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
Get the byte-array value of this attribute.
getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.CharArrayAttribute
Get the string value of this attribute.
getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.DateAttribute
Get the date value of this attribute.
getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.LongAttribute
Get the long value of this attribute.
getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.MechanismArrayAttribute
Get the mechanism attribute array value of this attribute as Mechanism[].
getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
Get a string representation of the value of this attribute.
getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.AttributeArrayAttribute
Get a string representation of the value of this attribute.
getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.BooleanAttribute
 
getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
Get a string representation of the value of this attribute.
getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.CharArrayAttribute
Get a string representation of the value of this attribute.
getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.DateAttribute
 
getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.MechanismArrayAttribute
Get a string representation of the value of this attribute.
getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.MechanismAttribute
Get a string representation of the value of this attribute.
gost28147Params() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
gost28147Params(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
gostr3410Params() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
gostr3410Params(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
gostr3411Params() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
gostr3411Params(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 

H

hasFlagBit(long) - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
 
hasFlagBit(long) - Method in class org.xipki.pkcs11.wrapper.TokenInfo
 
hashAlg - Variable in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_PSS_PARAMS
The message digest algorithm used to calculate the digest of the encoding parameter.
hashCode() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
 
hashOfIssuerPublicKey() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
hashOfIssuerPublicKey(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
hashOfSubjectPublicKey() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
hashOfSubjectPublicKey(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
hasReset() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
hasReset(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
hwFeatureType() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
hwFeatureType(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 

I

id() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
id(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
id() - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
id(byte[]) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
id - Variable in class org.xipki.pkcs11.wrapper.PKCS11Key
 
id() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
info(String, Object...) - Method in interface org.xipki.pkcs11.wrapper.Logger
 
info(String, Object...) - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
 
initialize() - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
Initializes the module.
isDebugEnabled() - Method in interface org.xipki.pkcs11.wrapper.Logger
 
isDebugEnabled() - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
 
isHwSlot() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
Indicate, if the token is a hardware device or if it is just a pure software implementation; e.g.
isInfoEnabled() - Method in interface org.xipki.pkcs11.wrapper.Logger
 
isInfoEnabled() - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
 
isLoginRequired() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
 
isNullValue() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
 
isPresent() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
Check, if this attribute is really present in the associated object.
isProtectedAuthenticationPath() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
 
isReadOnly() - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Returns whether this token is read-only.
isRemovableDevice() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
Indicate, if the token is removable from this slot or not.
isRwSession() - Method in class org.xipki.pkcs11.wrapper.SessionInfo
Check, if this is a read-write session.
isSensitive() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
Check, if this attribute is sensitive in the associated object.
isSerialSession() - Method in class org.xipki.pkcs11.wrapper.SessionInfo
Check, if this is a serial session.
issuer() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
issuer(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
isTokenInitialized() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
 
isTokenPresent() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
Indicates, if there is a token present in this slot.
isTraceEnabled() - Method in interface org.xipki.pkcs11.wrapper.Logger
 
isTraceEnabled() - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
 
isUnavailableInformation(long) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
 
isUseUtf8Encoding() - Method in class org.xipki.pkcs11.wrapper.Slot
Returns whether UTF8 encoding is set.
isUseUtf8Encoding() - Method in class org.xipki.pkcs11.wrapper.Token
 
isWarnEnabled() - Method in interface org.xipki.pkcs11.wrapper.Logger
 
isWarnEnabled() - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
 

J

javaMidpSecurityDomain() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
javaMidpSecurityDomain(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 

K

keyGenMechanism() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
keyGenMechanism(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
KeyPairTemplate - Class in org.xipki.pkcs11.wrapper
Template pair for the private key and public key.
KeyPairTemplate(long) - Constructor for class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
KeyPairTemplate(AttributeVector, AttributeVector) - Constructor for class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
keyType() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
keyType(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
keyType(long) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 

L

label() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
label(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
labels(String) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
labels(String, String) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
local() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
local(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
local(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
Logger - Interface in org.xipki.pkcs11.wrapper
Logger.
login(long, char[]) - Method in class org.xipki.pkcs11.wrapper.Session
Logs in the user or the security officer to the session.
logInSecurityOfficer(char[], char[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Login this session as CKU_SO (Security Officer).
logout() - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Logs out this session.
logout() - Method in class org.xipki.pkcs11.wrapper.Session
Logs out this session.
LongAttribute - Class in org.xipki.pkcs11.wrapper.attrs
Objects of this class represent a long attribute of a PKCS#11 object as specified by PKCS#11.
LongAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.LongAttribute
Constructor taking the PKCS#11 type of the attribute.
LongParams - Class in org.xipki.pkcs11.wrapper.params
This class encapsulates parameters CK_LONG.
LongParams(long) - Constructor for class org.xipki.pkcs11.wrapper.params.LongParams
Create a new ObjectHandleParameters object using the given object.
longValue(Long) - Method in class org.xipki.pkcs11.wrapper.attrs.LongAttribute
Set the long value of this attribute.

M

mechanism(Long) - Method in class org.xipki.pkcs11.wrapper.attrs.MechanismAttribute
Set the mechanism value of this attribute.
Mechanism - Class in org.xipki.pkcs11.wrapper
Objects of this class represent a mechanism as defined in PKCS#11.
Mechanism(long) - Constructor for class org.xipki.pkcs11.wrapper.Mechanism
Constructor taking just the mechanism code as defined in PKCS11Constants.
Mechanism(long, CkParams) - Constructor for class org.xipki.pkcs11.wrapper.Mechanism
Constructor taking just the mechanism code as defined in PKCS11Constants.
MechanismArrayAttribute - Class in org.xipki.pkcs11.wrapper.attrs
Objects of this class represent a mechanism array attribute of a PKCS#11 object as specified by PKCS#11.
MechanismArrayAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.MechanismArrayAttribute
Constructor taking the PKCS#11 type of the attribute.
MechanismAttribute - Class in org.xipki.pkcs11.wrapper.attrs
Objects of this class represent a mechanism attribute of a PKCS#11 object as specified by PKCS#11.
MechanismAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.MechanismAttribute
Constructor taking the PKCS#11 type of the attribute.
mechanismAttributeArrayValue(long[]) - Method in class org.xipki.pkcs11.wrapper.attrs.MechanismArrayAttribute
Set the attributes of this mechanism attribute array by specifying a Mechanism[].
MechanismInfo - Class in org.xipki.pkcs11.wrapper
Objects of this class provide information about a certain mechanism that a token implements.
MechanismInfo(CK_MECHANISM_INFO) - Constructor for class org.xipki.pkcs11.wrapper.MechanismInfo
Constructor taking a CK_MECHANISM_INFO object as data source.
MechanismInfo(long, long, long) - Constructor for class org.xipki.pkcs11.wrapper.MechanismInfo
 
MechanismParams - Class in org.xipki.pkcs11.wrapper.params
This class encapsulates parameters CK_LONG.
MechanismParams(long) - Constructor for class org.xipki.pkcs11.wrapper.params.MechanismParams
Create a new ObjectHandleParameters object using the given object.
mechanismType() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
mechanismType(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
mgf - Variable in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_PSS_PARAMS
The mask to apply to the encoded block.
mimeTypes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
mimeTypes(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
modifiable() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
modifiable(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
modifiable(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
module - Variable in class org.xipki.pkcs11.wrapper.params.CkParams
 
ModuleInfo - Class in org.xipki.pkcs11.wrapper
Objects of this class provide information about a PKCS#11 module; i.e.
ModuleInfo(CK_INFO) - Constructor for class org.xipki.pkcs11.wrapper.ModuleInfo
Constructor taking the CK_INFO object of the token.
modulus() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
modulus(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
modulusBits() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
modulusBits(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 

N

nameHashAlgorithm() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
nameHashAlgorithm(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
nameToCode(PKCS11Constants.Category, String) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
Converts the name to code value.
nameToCode(PKCS11Constants.Category, String) - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
 
neverExtractable() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
neverExtractable(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
neverExtractable() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
newAESSecretKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newCertificate(long) - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newDSAPrivateKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newDSAPublicKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newECPrivateKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newECPublicKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newPrivateKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newPrivateKey(long) - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newPublicKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newPublicKey(long) - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newRSAPrivateKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newRSAPublicKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newSecretKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newSecretKey(long) - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 
newX509Certificate() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
 

O

objectId() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
objectId(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
openSession(boolean) - Method in class org.xipki.pkcs11.wrapper.Token
Open a new session to perform operations on this token.
openSession(boolean, Object) - Method in class org.xipki.pkcs11.wrapper.Token
Open a new session to perform operations on this token.
org.xipki.pkcs11.wrapper - package org.xipki.pkcs11.wrapper
 
org.xipki.pkcs11.wrapper.attrs - package org.xipki.pkcs11.wrapper.attrs
 
org.xipki.pkcs11.wrapper.params - package org.xipki.pkcs11.wrapper.params
 
otpChallengeRequirement() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpChallengeRequirement(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpCounter() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpCounter(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpCounterRequirement() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpCounterRequirement(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpFormat() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpFormat(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpLength() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpLength(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpPinRequirement() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpPinRequirement(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpServiceIdentifier() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpServiceIdentifier(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpServiceLogo() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpServiceLogo(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpServiceLogoType() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpServiceLogoType(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpTime() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpTime(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpTimeInterval() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpTimeInterval(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpTimeRequirement() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpTimeRequirement(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpUserFriendlyMode() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpUserFriendlyMode(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpUserIdentifier() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
otpUserIdentifier(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
owner() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
owner(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 

P

params - Variable in class org.xipki.pkcs11.wrapper.params.LongParams
The PKCS#11 object.
params - Variable in class org.xipki.pkcs11.wrapper.params.MechanismParams
The PKCS#11 object.
parseLong(String) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
pixelX() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
pixelX(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
pixelY() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
pixelY(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
PKCS11Constants - Class in org.xipki.pkcs11.wrapper
This interface holds constants of the PKCS#11 v2.40 errata 1 standard.
PKCS11Constants.Category - Enum in org.xipki.pkcs11.wrapper
 
PKCS11Exception - Exception in org.xipki.pkcs11.wrapper
This is the superclass of all checked exceptions used by this package.
PKCS11Exception(long) - Constructor for exception org.xipki.pkcs11.wrapper.PKCS11Exception
Constructor taking the error code as defined for the CKR_* constants in PKCS#11.
PKCS11Exception(long, String) - Constructor for exception org.xipki.pkcs11.wrapper.PKCS11Exception
Constructor taking the error code as defined for the CKR_* constants in PKCS#11.
PKCS11Key - Class in org.xipki.pkcs11.wrapper
PKCS#11 key
PKCS11KeyId - Class in org.xipki.pkcs11.wrapper
Identifier of a PKCS#11 key Object.
PKCS11KeyId(long, long, long, byte[], String) - Constructor for class org.xipki.pkcs11.wrapper.PKCS11KeyId
Constructor.
PKCS11KeyPair - Class in org.xipki.pkcs11.wrapper
This class does not correspond to any PKCS#11 object.
PKCS11KeyPair(long, long) - Constructor for class org.xipki.pkcs11.wrapper.PKCS11KeyPair
Constructor that takes a public and a private key.
PKCS11Module - Class in org.xipki.pkcs11.wrapper
Caution: Unlike the original IAIK PKCS#11 wrapper, we only call initialize() once per native .so/.dll.
PKCS11Module(String) - Constructor for class org.xipki.pkcs11.wrapper.PKCS11Module
Create a new module that uses the given PKCS11 interface to interact with the token.
PKCS11Token - Class in org.xipki.pkcs11.wrapper
This is a PKCS#11 token with session management.
PKCS11Token(Token, boolean, char[]) - Constructor for class org.xipki.pkcs11.wrapper.PKCS11Token
The simple constructor.
PKCS11Token(Token, boolean, long, char[], List<char[]>, Integer) - Constructor for class org.xipki.pkcs11.wrapper.PKCS11Token
The advanced constructor.
present - Variable in class org.xipki.pkcs11.wrapper.attrs.Attribute
True, if the object really possesses this attribute.
present(boolean) - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
Set, if this attribute is really present in the associated object.
prime() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
prime(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
prime1() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
prime1(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
prime2() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
prime2(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
primeBits() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
primeBits(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
private_() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
private_(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
private_(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
private_(Boolean, Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
private_() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
privateExponent() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
privateExponent(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
privateKey() - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
profileId() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
profileId(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
ptr2str(String, String, Object) - Method in class org.xipki.pkcs11.wrapper.params.CkParams
 
publicExponent() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
publicExponent(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
publicKey() - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
publicKeyInfo() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
publicKeyInfo(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 

R

remove(ConcurrentBag.BagEntry<T>) - Method in class org.xipki.pkcs11.wrapper.ConcurrentBag
Remove a value from the bag.
requireAmong(String, int, int...) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
requiredCmsAttributes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
requiredCmsAttributes(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
requireNonNull(String, T) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
requireNonNull(String, T) - Static method in class org.xipki.pkcs11.wrapper.params.CkParams
 
requireRange(String, int, int, int) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
requite(ConcurrentBag.BagEntry<T>) - Method in class org.xipki.pkcs11.wrapper.ConcurrentBag
This method will return a borrowed object to the bag.
resetOnInit() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
resetOnInit(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
resolution() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
resolution(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
RSA_PKCS_OAEP_PARAMS - Class in org.xipki.pkcs11.wrapper.params
Represents the CK_RSA_PKCS_OAEP_PARAMS.
RSA_PKCS_OAEP_PARAMS(long, long, long, byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.RSA_PKCS_OAEP_PARAMS
Create a new RSA_PKCS_OAEP_PARAMS object with the given attributes.
RSA_PKCS_PSS_PARAMS - Class in org.xipki.pkcs11.wrapper.params
Represents the CK_RSA_PKCS_PSS_PARAMS.
RSA_PKCS_PSS_PARAMS(long, long, int) - Constructor for class org.xipki.pkcs11.wrapper.params.RSA_PKCS_PSS_PARAMS
Create a new RSAPkcsPssParameters object with the given attributes.
rsaModulus() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
rsaPublicExponent() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 

S

SALSA20_CHACHA20_POLY1305_PARAMS - Class in org.xipki.pkcs11.wrapper.params
This class encapsulates parameters for the Salsa20Chacha20 en/decryption.
SALSA20_CHACHA20_POLY1305_PARAMS(byte[], byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
Create a new Salsa20Chacha20Poly1305Parameters object with the given attributes.
seedRandom(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
Mixes additional seeding material into the random number generator.
sensitive() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
sensitive(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
sensitive - Variable in class org.xipki.pkcs11.wrapper.attrs.Attribute
True, if this attribute is sensitive.
sensitive(boolean) - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
Set, if this attribute is sensitive in the associated object.
sensitive() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
serialNumber() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
serialNumber(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
Session - Class in org.xipki.pkcs11.wrapper
Session objects are used to perform cryptographic operations on a token.
Session(Token, long) - Constructor for class org.xipki.pkcs11.wrapper.Session
Constructor taking the token and the session handle.
SessionInfo - Class in org.xipki.pkcs11.wrapper
An object of this class provides information about a session.
SessionInfo(CK_SESSION_INFO) - Constructor for class org.xipki.pkcs11.wrapper.SessionInfo
Constructor taking a CK_SESSION_INFO object that provides the information.
setAttributeValues(long, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Gets all present attributes of the given template object and writes them to the object to update on the token (or in the session).
setAttributeValues(long, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
Gets all present attributes of the given template object and writes them to the object to update on the token (or in the session).
setDataLen(int) - Method in class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
 
setFlagBit(long) - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
Set the given feature flag.
setLogger(Logger) - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
 
setMaxMessageSize(int) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Sets the maximal message size sent to the PKCS#11 device in one command.
setModule(PKCS11Module) - Method in class org.xipki.pkcs11.wrapper.Mechanism
 
setModule(PKCS11Module) - Method in class org.xipki.pkcs11.wrapper.params.CkParams
 
setOperationState(byte[], long, long) - Method in class org.xipki.pkcs11.wrapper.Session
Sets the operation state of this session to a previously saved one.
setPublicKeyHandle(Long) - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
 
setSessionHandle(long) - Method in class org.xipki.pkcs11.wrapper.Session
 
setState(int) - Method in class org.xipki.pkcs11.wrapper.ConcurrentBag.BagEntry
 
setTimeOutWaitNewSession(int) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
 
setUseUtf8Encoding(boolean) - Method in class org.xipki.pkcs11.wrapper.Slot
Specify, whether UTF8 character encoding shall be used for character array attributes and PINs.
sign() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
sign(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
sign() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
sign(Mechanism, long, byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Signs the given data with the key and mechanism.
sign(Mechanism, long, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Signs the given data with the key and mechanism.
sign(Mechanism, long, InputStream) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
This method can be used to sign large data.
sign(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
Signs the given data with the key and mechanism given to the signInit method.
signFinal() - Method in class org.xipki.pkcs11.wrapper.Session
This method finalizes a signing operation and returns the final result.
signInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
Initializes a new signing operation.
signRecover() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
signRecover(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
signRecover() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
signRecover(Mechanism, long, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Sign-recovers the given data with the key and mechanism.
signRecover(Mechanism, long, byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Sign-recovers the given data with the key and mechanism.
signRecover(byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
Signs the given data with the key and mechanism given to the signRecoverInit method.
signRecover(byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
Signs the given data with the key and mechanism given to the signRecoverInit method.
signRecoverInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
Initializes a new signing operation for signing with recovery.
signRecoverSingle(Mechanism, long, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
 
signRecoverSingle(Mechanism, long, byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
 
signSingle(Mechanism, long, byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
 
signUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
This method can be used to sign multiple pieces of data; e.g.
signUpdate(byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
This method can be used to sign multiple pieces of data; e.g.
signVerify(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
signVerifyRecover(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
size() - Method in class org.xipki.pkcs11.wrapper.ConcurrentBag
Get the total number of items in the bag.
Slot - Class in org.xipki.pkcs11.wrapper
Objects of this class represent slots that can accept tokens.
Slot(PKCS11Module, long) - Constructor for class org.xipki.pkcs11.wrapper.Slot
The constructor that takes a reference to the module and the slot ID.
SlotInfo - Class in org.xipki.pkcs11.wrapper
Objects of this call provide information about a slot.
SlotInfo(CK_SLOT_INFO) - Constructor for class org.xipki.pkcs11.wrapper.SlotInfo
Constructor that takes the CK_SLOT_INFO object as given by PKCS11.C_GetSlotInfo().
snapshot() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
startDate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
startDate(Instant) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
startDate(Instant) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
StaticLogger - Class in org.xipki.pkcs11.wrapper
A logger provide static logging-methods.
StaticLogger() - Constructor for class org.xipki.pkcs11.wrapper.StaticLogger
 
stringValue(String) - Method in class org.xipki.pkcs11.wrapper.attrs.CharArrayAttribute
Set the char-array value of this attribute.
subject() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
subject(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
subject(byte[]) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
subprime() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
subprime(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
subprimeBits() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
subprimeBits(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
supportedCmsAttributes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
supportedCmsAttributes(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
supports(MechanismInfo) - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
Check, if this mechanism info has those flags set to true, which are set in the given mechanism info.
supportsMechanism(long, long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Returns whether the mechanism for given purpose is supported.

T

toCkAttributes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
toCkMechanism() - Method in class org.xipki.pkcs11.wrapper.Mechanism
 
toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.AES_CTR_PARAMS
 
toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.ByteArrayParams
 
toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
 
toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.CkParams
 
toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.CkParamsWithExtra
 
toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.ECDH1_DERIVE_PARAMS
 
toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.GCM_PARAMS
 
toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.LongParams
 
toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.MechanismParams
 
toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_OAEP_PARAMS
 
toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_PSS_PARAMS
 
toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
 
toFullHex(long) - Static method in class org.xipki.pkcs11.wrapper.Functions
Converts a long value to a lower-case hexadecimal String of length 16.
toFullHexUpper(long) - Static method in class org.xipki.pkcs11.wrapper.Functions
Converts a long value to an upper-case hexadecimal String of length 16.
toHex(byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
Converts a byte array to a hexadecimal String.
toHex(byte[], int, int) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
token() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
token(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
token(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
Token - Class in org.xipki.pkcs11.wrapper
Objects of this class represent PKCS#11 tokens.
Token(Slot) - Constructor for class org.xipki.pkcs11.wrapper.Token
The constructor that takes a reference to the module and the slot ID.
TokenException - Exception in org.xipki.pkcs11.wrapper
The base class for all exceptions in this package.
TokenException(String) - Constructor for exception org.xipki.pkcs11.wrapper.TokenException
Constructor taking an exception message.
TokenException(Exception) - Constructor for exception org.xipki.pkcs11.wrapper.TokenException
Constructor taking another exception to wrap.
TokenException(String, Exception) - Constructor for exception org.xipki.pkcs11.wrapper.TokenException
Constructor taking a message for this exception and another exception to wrap.
TokenInfo - Class in org.xipki.pkcs11.wrapper
Objects of this class provide information about a token.
TokenInfo(CK_TOKEN_INFO) - Constructor for class org.xipki.pkcs11.wrapper.TokenInfo
Constructor taking CK_TOKEN_INFO as given returned by PKCS11.C_GetTokenInfo.
toOctetOrBitString(byte[], boolean) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
toString() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
toString(boolean, String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
toString() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
Get a string representation of this attribute.
toString(boolean, int, String) - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
Get a string representation of this attribute.
toString(int) - Method in class org.xipki.pkcs11.wrapper.attrs.LongAttribute
Get a string representation of this attribute.
toString(String, byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
toString() - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
toString() - Method in class org.xipki.pkcs11.wrapper.Mechanism
Returns the string representation of this object.
toString(String) - Method in class org.xipki.pkcs11.wrapper.Mechanism
 
toString() - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
Returns the string representation of this object.
toString(String) - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
 
toString() - Method in class org.xipki.pkcs11.wrapper.ModuleInfo
Returns the string representation of this object.
toString(String) - Method in class org.xipki.pkcs11.wrapper.params.AES_CTR_PARAMS
 
toString(String) - Method in class org.xipki.pkcs11.wrapper.params.ByteArrayParams
 
toString(String) - Method in class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
 
toString(String) - Method in class org.xipki.pkcs11.wrapper.params.CkParams
 
toString() - Method in class org.xipki.pkcs11.wrapper.params.CkParams
 
toString(String) - Method in class org.xipki.pkcs11.wrapper.params.CkParamsWithExtra
 
toString(String) - Method in class org.xipki.pkcs11.wrapper.params.ECDH1_DERIVE_PARAMS
 
toString(String) - Method in class org.xipki.pkcs11.wrapper.params.GCM_PARAMS
 
toString(String) - Method in class org.xipki.pkcs11.wrapper.params.LongParams
 
toString(String) - Method in class org.xipki.pkcs11.wrapper.params.MechanismParams
 
toString(String) - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_OAEP_PARAMS
 
toString(String) - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_PSS_PARAMS
 
toString(String) - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
 
toString() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
 
toString() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyPair
Returns a string representation of the current object.
toString() - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
Returns the string representation of this object.
toString() - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Returns the string representation of this object.
toString() - Method in class org.xipki.pkcs11.wrapper.Session
Returns the string representation of this object.
toString() - Method in class org.xipki.pkcs11.wrapper.SessionInfo
Returns the string representation of this object.
toString() - Method in class org.xipki.pkcs11.wrapper.Slot
Returns the string representation of this object.
toString() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
Returns the string representation of this object.
toString(String) - Method in class org.xipki.pkcs11.wrapper.SlotInfo
 
toString() - Method in class org.xipki.pkcs11.wrapper.Token
Returns the string representation of this object.
toString() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
Returns the string representation of this object.
toString(String) - Method in class org.xipki.pkcs11.wrapper.TokenInfo
 
toString() - Method in class org.xipki.pkcs11.wrapper.Version
Returns the string representation of this object.
toStringFlags(PKCS11Constants.Category, String, long, long...) - Static method in class org.xipki.pkcs11.wrapper.Functions
 
trace(String, Object...) - Method in interface org.xipki.pkcs11.wrapper.Logger
 
trace(String, Object...) - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
 
trusted() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
trusted(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
trusted() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
type() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
 

U

uniqueId() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
uniqueId(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
unwrap() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
unwrap(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
unwrap() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
unwrapKey(Mechanism, long, byte[], AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Unwraps (decrypts) the given encrypted key with the unwrapping key using the given mechanism.
unwrapKey(Mechanism, long, byte[], AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
Unwraps (decrypts) the given encrypted key with the unwrapping key using the given mechanism.
unwrapTemplate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
unwrapTemplate(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
unwrapWrap(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
 
url() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
url(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
Util - Class in org.xipki.pkcs11.wrapper
A class consisting of static methods only which provide certain static pieces of code that are used frequently in this project.
Util() - Constructor for class org.xipki.pkcs11.wrapper.Util
 

V

val2Str(String, String, Object) - Method in class org.xipki.pkcs11.wrapper.params.CkParams
 
value() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
value(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
value() - Method in class org.xipki.pkcs11.wrapper.ConcurrentBag.BagEntry
 
valueBits() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
valueBits(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
valueLen() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
valueLen(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
valueLen() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
valueOf(String) - Static method in enum org.xipki.pkcs11.wrapper.PKCS11Constants.Category
Returns the enum constant of this type with the specified name.
values() - Method in class org.xipki.pkcs11.wrapper.ConcurrentBag
This method provides a "snapshot" in time of the bag items.
values() - Static method in enum org.xipki.pkcs11.wrapper.PKCS11Constants.Category
Returns an array containing the constants of this enum type, in the order they are declared.
vendorToGenericCode(PKCS11Constants.Category, long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
 
verify() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
verify(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
verify() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
verify(Mechanism, long, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Verifies the given signature against the given data with the key and mechanism.
verify(Mechanism, long, InputStream, byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
This method can be used to verify large data.
verify(byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
Verifies the given signature against the given data with the key and mechanism given to the verifyInit method.
verifyFinal(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
This method finalizes a verification operation.
verifyInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
Initializes a new verification operation.
verifyRecover() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
verifyRecover(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
verifyRecover() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
verifyRecover(Mechanism, long, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Verifies the given data with the key and mechanism.
verifyRecover(Mechanism, long, byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Verifies the given data with the key and mechanism.
verifyRecover(byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
Verifies the given data with the key and mechanism given to the verifyRecoverInit method.
verifyRecover(byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
Verifies the given data with the key and mechanism given to the verifyRecoverInit method.
verifyRecoverInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
Initializes a new verification operation for verification with data recovery.
verifyRecoverSingle(Mechanism, long, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
 
verifyRecoverSingle(Mechanism, long, byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
 
verifySingle(Mechanism, long, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
 
verifyUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
This method can be used to verify a signature with multiple pieces of data; e.g.
verifyUpdate(byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
This method can be used to verify a signature with multiple pieces of data; e.g.
Version - Class in org.xipki.pkcs11.wrapper
Objects of this class represent a version.
Version(byte, byte) - Constructor for class org.xipki.pkcs11.wrapper.Version
Constructor for internal use only.
Version(CK_VERSION) - Constructor for class org.xipki.pkcs11.wrapper.Version
Constructor taking a CK_VERSION object.

W

warn(String, Object...) - Method in interface org.xipki.pkcs11.wrapper.Logger
 
warn(String, Object...) - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
 
wrap() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
wrap(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
wrap() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
wrapKey(Mechanism, long, long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
Wraps (encrypts) the given key with the wrapping key using the given mechanism.
wrapKey(Mechanism, long, long) - Method in class org.xipki.pkcs11.wrapper.Session
Wraps (encrypts) the given key with the wrapping key using the given mechanism.
wrapTemplate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
wrapTemplate(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
wrapWithTrusted() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
wrapWithTrusted(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
 
wrapWithTrusted() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
 
A B C D E F G H I J K L M N O P R S T U V W 

Copyright © 2023. All rights reserved.