- C_CancelFunction(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_CancelFunction is a legacy function; it cancels a function running in parallel.
- C_CancelFunction(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_CancelFunction is a legacy function; it cancels a function running in parallel.
- C_CloseAllSessions(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_CloseAllSessions closes all sessions with a token.
- C_CloseAllSessions(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_CloseAllSessions closes all sessions with a token.
- C_CloseSession(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_CloseSession closes a session between an application and a token.
- C_CloseSession(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_CloseSession closes a session between an application and a token.
- C_CopyObject(long, long, CK_ATTRIBUTE[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_CopyObject copies an object, creating a new object for the copy.
- C_CopyObject(long, long, CK_ATTRIBUTE[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_CopyObject copies an object, creating a new object for the copy.
- C_CreateObject(long, CK_ATTRIBUTE[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_CreateObject creates a new object.
- C_CreateObject(long, CK_ATTRIBUTE[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_CreateObject creates a new object.
- C_Decrypt(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_Decrypt decrypts encrypted data in a single part.
- C_Decrypt(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_Decrypt decrypts encrypted data in a single part.
- C_DecryptDigestUpdate(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DecryptDigestUpdate continues a multiple-part decryption and digesting operation.
- C_DecryptDigestUpdate(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DecryptDigestUpdate continues a multiple-part decryption and digesting operation.
- C_DecryptFinal(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DecryptFinal finishes a multiple-part decryption operation.
- C_DecryptFinal(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DecryptFinal finishes a multiple-part decryption operation.
- C_DecryptInit(long, CK_MECHANISM, long, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DecryptInit initializes a decryption operation.
- C_DecryptInit(long, CK_MECHANISM, long, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DecryptInit initializes a decryption operation.
- C_DecryptMessage(long, Object, byte[], byte[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DecryptMessage decrypts a message in a single part.
- C_DecryptMessage(long, Object, byte[], byte[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DecryptMessage decrypts a message in a single part
- C_DecryptMessageBegin(long, Object, byte[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DecryptMessageBegin begins a multiple-part message decryption operation.
- C_DecryptMessageBegin(long, Object, byte[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DecryptMessageBegin begins a multiple-part message decryption operation
- C_DecryptMessageNext(long, Object, byte[], long, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DecryptMessageNext continues a multiple-part message decryption operation, processing another
message part.
- C_DecryptMessageNext(long, Object, byte[], long, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DecryptMessageNext continues a multiple-part message decryption operation, processing another
message part
- C_DecryptUpdate(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DecryptUpdate continues a multiple-part decryption operation.
- C_DecryptUpdate(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DecryptUpdate continues a multiple-part decryption operation.
- C_DecryptVerifyUpdate(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DecryptVerifyUpdate continues a multiple-part decryption and verify operation.
- C_DecryptVerifyUpdate(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DecryptVerifyUpdate continues a multiple-part decryption and verify operation.
- C_DeriveKey(long, CK_MECHANISM, long, CK_ATTRIBUTE[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DeriveKey derives a key from a base key, creating a new key object.
- C_DeriveKey(long, CK_MECHANISM, long, CK_ATTRIBUTE[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DeriveKey derives a key from a base key, creating a new key object.
- C_DestroyObject(long, long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DestroyObject destroys an object.
- C_DestroyObject(long, long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DestroyObject destroys an object.
- C_Digest(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_Digest digests data in a single part.
- C_Digest(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_Digest digests data in a single part.
- C_DigestEncryptUpdate(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DigestEncryptUpdate continues a multiple-part digesting and encryption operation.
- C_DigestEncryptUpdate(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DigestEncryptUpdate continues a multiple-part digesting and encryption operation.
- C_DigestFinal(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DigestFinal finishes a multiple-part message-digesting operation.
- C_DigestFinal(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DigestFinal finishes a multiple-part message-digesting operation.
- C_DigestInit(long, CK_MECHANISM, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DigestInit initializes a message-digesting operation.
- C_DigestInit(long, CK_MECHANISM, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DigestInit initializes a message-digesting operation.
- C_DigestKey(long, long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DigestKey continues a multipart message-digesting operation, by digesting the value of a
secret key as part of the data already digested.
- C_DigestKey(long, long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DigestKey continues a multipart message-digesting operation, by digesting the value of a
secret key as part of the data already digested.
- C_DigestUpdate(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DigestUpdate continues a multiple-part message-digesting operation.
- C_DigestUpdate(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DigestUpdate continues a multiple-part message-digesting operation.
- C_Encrypt(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_Encrypt encrypts single-part data.
- C_Encrypt(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_Encrypt encrypts single-part data.
- C_EncryptFinal(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_EncryptFinal finishes a multiple-part encryption operation.
- C_EncryptFinal(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_EncryptFinal finishes a multiple-part encryption operation.
- C_EncryptInit(long, CK_MECHANISM, long, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_EncryptInit initializes an encryption operation.
- C_EncryptInit(long, CK_MECHANISM, long, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_EncryptInit initializes an encryption operation.
- C_EncryptMessage(long, Object, byte[], byte[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_EncryptMessage encrypts a message in a single part.
- C_EncryptMessage(long, Object, byte[], byte[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_EncryptMessage encrypts a Message in a single part.
- C_EncryptMessageBegin(long, Object, byte[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_EncryptMessageBegin begins a multiple-part message encryption operation.
- C_EncryptMessageBegin(long, Object, byte[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_EncryptMessageBegin begins a multiple-part message encryption operation
- C_EncryptMessageNext(long, Object, byte[], long, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_EncryptMessageNext continues a multiple-part message encryption operation, processing another
message part.
- C_EncryptMessageNext(long, Object, byte[], long, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_EncryptMessageNext continues a multiple-part message encryption operation, processing another
message part
- C_EncryptUpdate(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_EncryptUpdate continues a multiple-part encryption operation.
- C_EncryptUpdate(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_EncryptUpdate continues a multiple-part encryption operation.
- C_Finalize(Object) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_Finalize indicates that an application is done with the Cryptoki library (General-purpose).
- C_Finalize(Object) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_Finalize indicates that an application is done with the Cryptoki library (General-purpose)
- C_FindObjects(long, long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_FindObjects continues a search for token and session objects that match a template, obtaining
additional object handles.
- C_FindObjects(long, long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_FindObjects continues a search for token and session objects that match a template, obtaining
additional object handles.
- C_FindObjectsFinal(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_FindObjectsFinal finishes a search for token and session objects.
- C_FindObjectsFinal(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_FindObjectsFinal finishes a search for token and session objects.
- C_FindObjectsInit(long, CK_ATTRIBUTE[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_FindObjectsInit initializes a search for token and session objects that match a template.
- C_FindObjectsInit(long, CK_ATTRIBUTE[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_FindObjectsInit initializes a search for token and session objects that match a template.
- C_GenerateKey(long, CK_MECHANISM, CK_ATTRIBUTE[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GenerateKey generates a secret key, creating a new key object.
- C_GenerateKey(long, CK_MECHANISM, CK_ATTRIBUTE[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GenerateKey generates a secret key, creating a new key object.
- C_GenerateKeyPair(long, CK_MECHANISM, CK_ATTRIBUTE[], CK_ATTRIBUTE[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GenerateKeyPair generates a native-key/private-key pair, creating new key objects.
- C_GenerateKeyPair(long, CK_MECHANISM, CK_ATTRIBUTE[], CK_ATTRIBUTE[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GenerateKeyPair generates a public-key/private-key pair, creating new key objects.
- C_GenerateRandom(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GenerateRandom generates random data.
- C_GenerateRandom(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GenerateRandom generates random data.
- C_GetAttributeValue(long, long, CK_ATTRIBUTE[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GetAttributeValue obtains the value of one or more object attributes.
- C_GetAttributeValue(long, long, CK_ATTRIBUTE[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GetAttributeValue obtains the value of one or more object attributes.
- C_GetFunctionStatus(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GetFunctionStatus is a legacy function; it obtains an updated status of a function running in
parallel with an application.
- C_GetFunctionStatus(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GetFunctionStatus is a legacy function; it obtains an updated status of a function running in
parallel with an application.
- C_GetInfo() - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GetInfo returns general information about Cryptoki.
- C_GetInfo() - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GetInfo returns general information about Cryptoki.
- C_GetMechanismInfo(long, long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GetMechanismInfo obtains information about a particular mechanism possibly supported by a
token.
- C_GetMechanismInfo(long, long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GetMechanismInfo obtains information about a particular mechanism possibly supported by a
token.
- C_GetMechanismList(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GetMechanismList obtains a list of mechanism types supported by a token.
- C_GetMechanismList(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GetMechanismList obtains a list of mechanism types supported by a token.
- C_GetObjectSize(long, long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GetObjectSize gets the size of an object in bytes.
- C_GetObjectSize(long, long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GetObjectSize gets the size of an object in bytes.
- C_GetOperationState(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GetOperationState obtains the state of the cryptographic operation in a session.
- C_GetOperationState(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GetOperationState obtains the state of the cryptographic operation in a session.
- C_GetSessionInfo(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GetSessionInfo obtains information about the session.
- C_GetSessionInfo(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GetSessionInfo obtains information about the session.
- C_GetSlotInfo(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GetSlotInfo obtains information about a particular slot in the system.
- C_GetSlotInfo(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GetSlotInfo obtains information about a particular slot in the system.
- C_GetSlotList(boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GetSlotList obtains a list of slots in the system.
- C_GetSlotList(boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GetSlotList obtains a list of slots in the system.
- C_GetTokenInfo(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GetTokenInfo obtains information about a particular token in the system.
- C_GetTokenInfo(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_GetTokenInfo obtains information about a particular token in the system.
- C_Initialize(Object, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_Initialize initializes the Cryptoki library.
- C_Initialize(Object, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_Initialize initializes the Cryptoki library.
- C_InitPIN(long, char[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_InitPIN initializes the normal user's PIN.
- C_InitPIN(long, char[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_InitPIN initializes the normal user's PIN.
- C_InitToken(long, char[], char[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_InitToken initializes a token.
- C_InitToken(long, char[], char[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_InitToken initializes a token.
- C_Login(long, long, char[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_Login logs a user into a token.
- C_Login(long, long, char[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_Login logs a user into a token.
- C_LoginUser(long, long, char[], char[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_LoginUser logs a user into a token.
- C_LoginUser(long, long, char[], char[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_LoginUser logs a user into a token.
- C_Logout(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_Logout logs a user out from a token.
- C_Logout(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_Logout logs a user out from a token.
- C_MessageDecryptFinal(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_MessageDecryptFinal finishes a message-based Decryption process.
- C_MessageDecryptFinal(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_MessageDecryptFinal finishes a message-based Decryption process
- C_MessageDecryptInit(long, CK_MECHANISM, long, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_MessageDecryptInit initializes a decryption operation for Messages.
- C_MessageDecryptInit(long, CK_MECHANISM, long, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_MessageDecryptInit initializes a decryption operation for Messages.
- C_MessageEncryptFinal(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_MessageEncryptFinal finishes a message-based encryption process.
- C_MessageEncryptFinal(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_MessageEncryptFinal finishes a message-based encryption process
- C_MessageEncryptInit(long, CK_MECHANISM, long, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_MessageEncryptInit initializes an encryption operation for Messages.
- C_MessageEncryptInit(long, CK_MECHANISM, long, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_MessageEncryptInit initializes an encryption operation for Messages.
- C_MessageSignFinal(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_MessageSignFinal finishes a message-based Sign process.
- C_MessageSignFinal(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_MessageSignFinal finishes a message-based Sign process.
- C_MessageSignInit(long, CK_MECHANISM, long, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_MessageSignInit initializes a Message Sign operation.
- C_MessageSignInit(long, CK_MECHANISM, long, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_MessageSignInit initializes a Message Sign operation
- C_MessageVerifyFinal(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_MessageSignFinal finishes a message-based Sign process.
- C_MessageVerifyFinal(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_MessageSignFinal finishes a message-based Sign process.
- C_MessageVerifyInit(long, CK_MECHANISM, long, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_MessageVerifyInit initializes a message-based verification process, preparing a session for one or
more verification operations that use the same verification mechanism and verification key.
- C_MessageVerifyInit(long, CK_MECHANISM, long, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_MessageVerifyInit initializes a message-based verification process, preparing a session for one or
more verification operations that use the same verification mechanism and verification key.
- C_OpenSession(long, long, Object, CK_NOTIFY) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_OpenSession opens a session between an application and a token.
- C_OpenSession(long, long, Object, CK_NOTIFY) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_OpenSession opens a session between an application and a token.
- C_SeedRandom(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SeedRandom mixes additional seed material into the token's random number generator.
- C_SeedRandom(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SeedRandom mixes additional seed material into the token's random number generator.
- C_SessionCancel(long, long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SessionCancel terminates active session based operations (Session management).
- C_SessionCancel(long, long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SessionCancel terminates active session based operations (Session management)
- C_SetAttributeValue(long, long, CK_ATTRIBUTE[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SetAttributeValue modifies the value of one or more object attributes (Object management).
- C_SetAttributeValue(long, long, CK_ATTRIBUTE[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SetAttributeValue modifies the value of one or more object attributes (Object management)
- C_SetOperationState(long, byte[], long, long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SetOperationState restores the state of the cryptographic operation in a session.
- C_SetOperationState(long, byte[], long, long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SetOperationState restores the state of the cryptographic operation in a session.
- C_SetPIN(long, char[], char[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SetPIN modifies the PIN of the user who is logged in.
- C_SetPIN(long, char[], char[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SetPIN modifies the PIN of the user who is logged in.
- C_Sign(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_Sign signs (encrypts with private key) data in a single part, where the signature is (will
be) an appendix to the data, and plaintext cannot be recovered from the signature.
- C_Sign(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_Sign signs (encrypts with private key) data in a single part, where the signature is (will
be) an appendix to the data, and plaintext cannot be recovered from the signature.
- C_SignEncryptUpdate(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SignEncryptUpdate continues a multiple-part Sign and encryption operation.
- C_SignEncryptUpdate(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SignEncryptUpdate continues a multiple-part Sign and encryption operation.
- C_SignFinal(long) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SignFinal finishes a multiple-part signature operation, returning the signature.
- C_SignFinal(long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SignFinal finishes a multiple-part signature operation, returning the signature.
- C_SignInit(long, CK_MECHANISM, long, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SignInit initializes a signature (private key encryption) operation, where the signature is
(will be) an appendix to the data, and plaintext cannot be recovered from the signature.
- C_SignInit(long, CK_MECHANISM, long, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SignInit initializes a signature (private key encryption) operation, where the signature is
(will be) an appendix to the data, and plaintext cannot be recovered from the signature.
- C_SignMessage(long, Object, byte[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SignMessage signs a message in a single part, where the signature is an appendix to the message.
- C_SignMessage(long, Object, byte[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SignMessage signs a message in a single part, where the signature is an appendix to the message.
- C_SignMessageBegin(long, Object, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SignMessageBegin begins a multiple-part message signature operation, where the signature is an
appendix to the message.
- C_SignMessageBegin(long, Object, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SignMessageBegin begins a multiple-part message signature operation, where the signature is an
appendix to the message.
- C_SignMessageNext(long, Object, byte[], boolean, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SignMessageNext continues a multiple-part message signature operation, processing another data
part, or finishes a multiple-part message signature operation, returning the signature.
- C_SignMessageNext(long, Object, byte[], boolean, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SignMessageNext continues a multiple-part message signature operation, processing another data
part, or finishes a multiple-part message signature operation, returning the signature.
- C_SignRecover(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SignRecover signs data in a single operation, where the data can be recovered from the
signature.
- C_SignRecover(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SignRecover signs data in a single operation, where the data can be recovered from the
signature.
- C_SignRecoverInit(long, CK_MECHANISM, long, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SignRecoverInit initializes a signature operation, where the data can be recovered from the
signature.
- C_SignRecoverInit(long, CK_MECHANISM, long, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SignRecoverInit initializes a signature operation, where the data can be recovered from the
signature.
- C_SignUpdate(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_SignUpdate continues a multiple-part signature operation, where the signature is (will be) an
appendix to the data, and plaintext cannot be recovered from the signature.
- C_SignUpdate(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SignUpdate continues a multiple-part signature operation, where the signature is (will be) an
appendix to the data, and plaintext cannot be recovered from the signature.
- C_UnwrapKey(long, CK_MECHANISM, long, byte[], CK_ATTRIBUTE[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_UnwrapKey unwraps (decrypts) a wrapped key, creating a new key object.
- C_UnwrapKey(long, CK_MECHANISM, long, byte[], CK_ATTRIBUTE[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_UnwrapKey unwraps (decrypts) a wrapped key, creating a new key object.
- C_Verify(long, byte[], byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_Verify verifies a signature in a single-part operation, where the signature is an appendix to
the data, and plaintext cannot be recovered from the signature.
- C_Verify(long, byte[], byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_Verify verifies a signature in a single-part operation, where the signature is an appendix to
the data, and plaintext cannot be recovered from the signature.
- C_VerifyFinal(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_VerifyFinal finishes a multiple-part verification operation, checking the signature.
- C_VerifyFinal(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_VerifyFinal finishes a multiple-part verification operation, checking the signature.
- C_VerifyInit(long, CK_MECHANISM, long, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_VerifyInit initializes a verification operation, where the signature is an appendix to the
data, and plaintext cannot be recovered from the signature (e.g.
- C_VerifyInit(long, CK_MECHANISM, long, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_VerifyInit initializes a verification operation, where the signature is an appendix to the
data, and plaintext cannot be recovered from the signature (e.g.
- C_VerifyMessage(long, Object, byte[], byte[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_VerifyMessage verifies a signature on a message in a single part operation.
- C_VerifyMessage(long, Object, byte[], byte[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_VerifyMessage verifies a signature on a message in a single part operation.
- C_VerifyMessageBegin(long, Object, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_VerifyMessageBegin begins a multiple-part message verification operation.
- C_VerifyMessageBegin(long, Object, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_VerifyMessageBegin begins a multiple-part message verification operation
- C_VerifyMessageNext(long, Object, byte[], byte[], boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
- C_VerifyMessageNext(long, Object, byte[], byte[], boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
- C_VerifyRecover(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_VerifyRecover verifies a signature in a single-part operation, where the data is recovered
from the signature.
- C_VerifyRecover(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_VerifyRecover verifies a signature in a single-part operation, where the data is recovered
from the signature.
- C_VerifyRecoverInit(long, CK_MECHANISM, long, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_VerifyRecoverInit initializes a signature verification operation, where the data is recovered
from the signature.
- C_VerifyRecoverInit(long, CK_MECHANISM, long, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_VerifyRecoverInit initializes a signature verification operation, where the data is recovered
from the signature.
- C_VerifyUpdate(long, byte[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_VerifyUpdate continues a multiple-part verification operation, where the signature is an
appendix to the data, and plaintext cannot be recovered from the signature.
- C_VerifyUpdate(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_VerifyUpdate continues a multiple-part verification operation, where the signature is an
appendix to the data, and plaintext cannot be recovered from the signature.
- C_WaitForSlotEvent(long, Object) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_WaitForSlotEvent waits for a slot event (token insertion, removal, etc.) to occur.
- C_WaitForSlotEvent(long, Object) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_WaitForSlotEvent waits for a slot event (token insertion, removal, etc.) to occur.
- C_WrapKey(long, CK_MECHANISM, long, long, boolean) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_WrapKey wraps (i.e., encrypts) a key.
- C_WrapKey(long, CK_MECHANISM, long, long, boolean) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_WrapKey wraps (i.e., encrypts) a key.
- cancelFunction() - Method in class org.xipki.pkcs11.wrapper.Session
-
Legacy function that will normally throw an PKCS11Exception with the error-code
CKR_FUNCTION_NOT_PARALLEL.
- CCM_MESSAGE_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CCM_MESSAGE_PARAMS.
- CCM_MESSAGE_PARAMS(int, byte[], long, long, byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.CCM_MESSAGE_PARAMS
-
Create a new CCM_MESSAGE_PARAMS object with the given attributes.
- 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
-
Create a new CCM_PARAMS object with the given attributes.
- 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
-
- CHACHA20_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_CHACHA20_PARAMS.
- CHACHA20_PARAMS(byte[], byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.CHACHA20_PARAMS
-
Create a new CHACHA20_PARAMS object with the given attributes.
- 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
-
- ciphertext() - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageBytesEntry
-
- ciphertext(byte[]) - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageBytesEntry
-
- ciphertext(byte[]) - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageBytesEntry
-
- CK_AES_CBC_ENCRYPT_DATA_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
The class CK_AES_CBC_ENCRYPT_DATA_PARAMS provides the parameters to the CKM_AES_CBC_ENCRYPT_DATA
mechanism.
- CK_AES_CBC_ENCRYPT_DATA_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_AES_CBC_ENCRYPT_DATA_PARAMS
-
- CK_ATTRIBUTE - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_ATTRIBUTE includes the type, value and length of an attribute.
- CK_ATTRIBUTE() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_ATTRIBUTE
-
- CK_C_INITIALIZE_ARGS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_C_INITIALIZE_ARGS contains the optional arguments for the C_Initialize function.
- CK_C_INITIALIZE_ARGS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_C_INITIALIZE_ARGS
-
- CK_CCM_MESSAGE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class
PKCS#11 structure:
- CK_CCM_MESSAGE_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_CCM_MESSAGE_PARAMS
-
- CK_CCM_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class
PKCS#11 structure:
- CK_CCM_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_CCM_PARAMS
-
- 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_CHACHA20_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class
PKCS#11 structure:
- CK_CHACHA20_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_CHACHA20_PARAMS
-
- CK_CREATEMUTEX - Interface in iaik.pkcs.pkcs11.wrapper
-
interface CK_CREATEMUTEX.
- CK_CREATEMUTEX() - Method in interface iaik.pkcs.pkcs11.wrapper.CK_CREATEMUTEX
-
Method CK_CREATEMUTEX
- CK_DATE - Class in iaik.pkcs.pkcs11.wrapper
-
class .
- CK_DATE() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_DATE
-
- CK_DES_CBC_ENCRYPT_DATA_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
The class CK_DES_CBC_ENCRYPT_DATA_PARAMS provides the parameters to the CKM_DES_CBC_ENCRYPT_DATA
and CKM_DES3_CBC_ENCRYPT_DATA mechanisms.
- CK_DES_CBC_ENCRYPT_DATA_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_DES_CBC_ENCRYPT_DATA_PARAMS
-
- CK_DESTROYMUTEX - Interface in iaik.pkcs.pkcs11.wrapper
-
interface CK_DESTROYMUTEX.
- CK_DESTROYMUTEX(Object) - Method in interface iaik.pkcs.pkcs11.wrapper.CK_DESTROYMUTEX
-
Method CK_DESTROYMUTEX
- CK_ECDH1_DERIVE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_ECDH1_DERIVE_PARAMS provides the parameters to the CKM_ECDH1_DERIVE and
CKM_ECDH1_COFACTOR_DERIVE mechanisms.
- CK_ECDH1_DERIVE_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_ECDH1_DERIVE_PARAMS
-
- CK_ECDH2_DERIVE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_ECDH2_DERIVE_PARAMS provides the parameters to the CKM_ECMQV_DERIVE mechanism.
- CK_ECDH2_DERIVE_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
-
- CK_ECDH_AES_KEY_WRAP_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class
PKCS#11 structure:
- CK_ECDH_AES_KEY_WRAP_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_ECDH_AES_KEY_WRAP_PARAMS
-
- CK_ECDSA_ECIES_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
The class CK_ECDSA_ECIES_PARAMS provides the parameters to the CKM_ECDSA_ECIES
mechanism.
- CK_ECDSA_ECIES_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_ECDSA_ECIES_PARAMS
-
- CK_ECMQV_DERIVE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_ECMQV_DERIVE_PARAMS provides the parameters to the CKM_ECMQV_DERIVE mechanism.
- CK_ECMQV_DERIVE_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_ECMQV_DERIVE_PARAMS
-
- CK_EFFECTIVELY_INFINITE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
-
- CK_FALSE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
-
- CK_GCM_MESSAGE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
PKCS#11 structure:
- CK_GCM_MESSAGE_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_GCM_MESSAGE_PARAMS
-
- CK_GCM_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class
PKCS#11 structure:
- CK_GCM_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_GCM_PARAMS
-
- CK_INFO - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_INFO provides general information about Cryptoki.
- CK_INFO() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_INFO
-
- CK_INTERFACE - Class in iaik.pkcs.pkcs11.wrapper
-
- CK_INTERFACE() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_INTERFACE
-
- CK_INVALID_HANDLE - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
-
- CK_KEA_DERIVE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_KEA_DERIVE_PARAMS provides the parameters to the CKM_KEA_DERIVE mechanism.
- CK_KEA_DERIVE_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_KEA_DERIVE_PARAMS
-
- CK_KEY_DERIVATION_STRING_DATA - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_KEY_DERIVATION_STRING_DATA holds a byte string and the byte string's length.
- CK_KEY_DERIVATION_STRING_DATA() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_KEY_DERIVATION_STRING_DATA
-
- CK_KEY_WRAP_SET_OAEP_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_KEY_WRAP_SET_OAEP_PARAMS provides the parameters to the CKM_KEY_WRAP_SET_OAEP mechanism.
- CK_KEY_WRAP_SET_OAEP_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_KEY_WRAP_SET_OAEP_PARAMS
-
- CK_LOCKMUTEX - Interface in iaik.pkcs.pkcs11.wrapper
-
interface CK_LOCKMUTEX
- CK_LOCKMUTEX(Object) - Method in interface iaik.pkcs.pkcs11.wrapper.CK_LOCKMUTEX
-
Method CK_LOCKMUTEX
- CK_MECHANISM - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_MECHANISM specifies a particular mechanism and any parameters it requires.
- CK_MECHANISM() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_MECHANISM
-
- CK_MECHANISM_INFO - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_MECHANISM_INFO provides information about a particular mechanism.
- CK_MECHANISM_INFO() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_MECHANISM_INFO
-
- CK_NOTIFY - Interface in iaik.pkcs.pkcs11.wrapper
-
interface CK_NOTIFY.
- CK_NOTIFY(long, long, Object) - Method in interface iaik.pkcs.pkcs11.wrapper.CK_NOTIFY
-
Method CK_NOTIFY
- 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_PBE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_PBE_PARAMS provides all the necessary information required byte the CKM_PBE
mechanisms and the CKM_PBA_SHA1_WITH_SHA1_HMAC mechanism.
- CK_PBE_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_PBE_PARAMS
-
- CK_PKCS5_PBKD2_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_PKCS5_PBKD2_PARAMS provides the parameters to the CKM_PKCS5_PBKD2 mechanism.
- CK_PKCS5_PBKD2_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_PKCS5_PBKD2_PARAMS
-
- CK_RC2_CBC_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_RC2_CBC_PARAMS provides the parameters to the CKM_RC2_CBC and CKM_RC2_CBC_PAD
mechanisms.
- CK_RC2_CBC_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_RC2_CBC_PARAMS
-
- CK_RC2_MAC_GENERAL_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_RC2_MAC_GENERAL_PARAMS provides the parameters to the CKM_RC2_MAC_GENERAL mechanism.
- CK_RC2_MAC_GENERAL_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_RC2_MAC_GENERAL_PARAMS
-
- CK_RC5_CBC_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_RC5_CBC_PARAMS is a structure that provides the parameters to the CKM_RC5_CBC and
CKM_RC5_CBC_PAD mechanisms.
- CK_RC5_CBC_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_RC5_CBC_PARAMS
-
- CK_RC5_MAC_GENERAL_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_RC5_MAC_GENERAL_PARAMS provides the parameters to the CKM_RC5_MAC_GENERAL mechanism.
- CK_RC5_MAC_GENERAL_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_RC5_MAC_GENERAL_PARAMS
-
- CK_RC5_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_RC5_PARAMS provides the parameters to the CKM_RC5_ECB and CKM_RC5_MAC mechanisms.
- CK_RC5_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_RC5_PARAMS
-
- CK_RSA_AES_KEY_WRAP_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class
PKCS#11 structure:
- CK_RSA_AES_KEY_WRAP_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_RSA_AES_KEY_WRAP_PARAMS
-
- CK_RSA_PKCS_OAEP_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_RSA_PKCS_OAEP_PARAMS provides the parameters to the CKM_RSA_PKCS_OAEP mechanism.
- CK_RSA_PKCS_OAEP_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_OAEP_PARAMS
-
- CK_RSA_PKCS_PSS_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_RSA_PKCS_PSS_PARAMS provides the parameters to the CKM_RSA_PKCS_OAEP mechanism.
- CK_RSA_PKCS_PSS_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_PSS_PARAMS
-
- CK_SALSA20_CHACHA20_POLY1305_MSG_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class
PKCS#11 structure:
- CK_SALSA20_CHACHA20_POLY1305_MSG_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_SALSA20_CHACHA20_POLY1305_MSG_PARAMS
-
- CK_SALSA20_CHACHA20_POLY1305_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class
PKCS#11 structure:
- CK_SALSA20_CHACHA20_POLY1305_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_SALSA20_CHACHA20_POLY1305_PARAMS
-
- CK_SALSA20_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class
PKCS#11 structure:
- CK_SALSA20_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_SALSA20_PARAMS
-
- 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_SESSION_INFO - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_SESSION_INFO provides information about a session.
- CK_SESSION_INFO() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_SESSION_INFO
-
- CK_SKIPJACK_PRIVATE_WRAP_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_SKIPJACK_PRIVATE_WRAP_PARAMS provides the parameters to the CKM_SKIPJACK_PRIVATE_WRAP
mechanism.
- CK_SKIPJACK_PRIVATE_WRAP_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
-
- CK_SKIPJACK_RELAYX_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_SKIPJACK_RELAYX_PARAMS provides the parameters to the CKM_SKIPJACK_RELAYX mechanism.
- CK_SKIPJACK_RELAYX_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
-
- CK_SLOT_INFO - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_SLOT_INFO provides information about a slot.
- CK_SLOT_INFO() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_SLOT_INFO
-
- 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_SSL3_KEY_MAT_OUT - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_SSL3_KEY_MAT_OUT contains the resulting key handles and initialization vectors after
performing a C_DeriveKey function with the CKM_SSL3_KEY_AND_MAC_DERIVE mechanism.
- CK_SSL3_KEY_MAT_OUT() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
-
- CK_SSL3_KEY_MAT_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_SSL3_KEY_MAT_PARAMS provides the parameters to the CKM_SSL3_KEY_AND_MAC_DERIVE
mechanism.
- CK_SSL3_KEY_MAT_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS
-
- CK_SSL3_MASTER_KEY_DERIVE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_SSL3_MASTER_KEY_DERIVE_PARAMS provides the parameters to the CKM_SSL3_MASTER_KEY_DERIVE
mechanism.
- CK_SSL3_MASTER_KEY_DERIVE_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS
-
- CK_SSL3_RANDOM_DATA - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_SSL3_RANDOM_DATA provides information about the random data of a client and a server in
an SSL context.
- CK_SSL3_RANDOM_DATA() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_SSL3_RANDOM_DATA
-
- CK_TOKEN_INFO - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_TOKEN_INFO provides information about a token.
- CK_TOKEN_INFO() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
- 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
-
- CK_UNLOCKMUTEX - Interface in iaik.pkcs.pkcs11.wrapper
-
interface CK_UNLOCKMUTEX
- CK_UNLOCKMUTEX(Object) - Method in interface iaik.pkcs.pkcs11.wrapper.CK_UNLOCKMUTEX
-
Method CK_UNLOCKMUTEX
- CK_VERSION - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_VERSION describes the version of a Cryptoki interface, a Cryptoki library, or an SSL
implementation, or the hardware or firmware version of a slot or token.
- CK_VERSION() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_VERSION
-
- CK_X9_42_DH1_DERIVE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_X9_42_DH1_DERIVE_PARAMS provides the parameters to the CKM_X9_42_DH_DERIVE mechanism.
- CK_X9_42_DH1_DERIVE_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH1_DERIVE_PARAMS
-
- CK_X9_42_DH2_DERIVE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_X9_42_DH2_DERIVE_PARAMS provides the parameters to the CKM_X9_42_DH_HYBRID_DERIVE and
CKM_X9_42_MQV_DERIVE mechanisms.
- CK_X9_42_DH2_DERIVE_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH2_DERIVE_PARAMS
-
- CK_X9_42_DHMQV_DERIVE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
PKCS#11 structure:
- CK_X9_42_DHMQV_DERIVE_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DHMQV_DERIVE_PARAMS
-
- 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
-
- CkMessageParams - Interface in org.xipki.pkcs11.wrapper.params
-
- 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
ExtraParams 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
-
- 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
-
- connect(String) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
Connects this object to the specified PKCS#11 library.
- 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
-
Create EC private key object in the PKCS#11 device.
- CreateMutex - Variable in class iaik.pkcs.pkcs11.wrapper.CK_C_INITIALIZE_ARGS
-
PKCS#11:
- 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
-
- cryptAlg - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDSA_ECIES_PARAMS
-
- cryptokiVersion - Variable in class iaik.pkcs.pkcs11.wrapper.CK_INFO
-
PKCS#11:
- cryptOpt - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDSA_ECIES_PARAMS
-
- GCM_MESSAGE_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_GCM_MESSAGE_PARAMS.
- GCM_MESSAGE_PARAMS(byte[], long, long, byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.GCM_MESSAGE_PARAMS
-
Create a new GCM_MESSAGE_PARAMS object with the given attributes.
- 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
-
Create a new GCM_PARAMS object with the given attributes.
- 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
-
- 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 .
- 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 iaik.pkcs.pkcs11.wrapper.PKCS11Exception
-
Returns the PKCS#11 error code.
- 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
-
- 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.
- getFunctionStatus() - Method in class org.xipki.pkcs11.wrapper.Session
-
Legacy function that will normally throw an PKCS11Exception with the error-code
CKR_FUNCTION_NOT_PARALLEL.
- 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.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
-
- 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_CBC_ENCRYPT_DATA_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.ByteArrayParams
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.CCM_MESSAGE_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.CHACHA20_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.ECDH2_DERIVE_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.ECMQV_DERIVE_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.EXTRACT_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.GCM_MESSAGE_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.GCM_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.KEA_DERIVE_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.KEY_DERIVATION_STRING_DATA
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.KEY_WRAP_SET_OAEP_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.PBE_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.PKCS5_PBKD2_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.RSA_AES_KEY_WRAP_PARAMS
-
- 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_MSG_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.Utimaco_ECDSA_ECIES_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.X9_42_DH1_DERIVE_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.X9_42_DH2_DERIVE_PARAMS
-
- getMaxFieldLen() - Method in class org.xipki.pkcs11.wrapper.params.X9_42_MQV_DERIVE_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
-
- 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
-
- 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
-
- getObjectSize(long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Get the size of the specified object in bytes.
- getObjectSize(long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Get the size of the specified object in bytes.
- 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_CBC_ENCRYPT_DATA_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.ByteArrayParams
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.CCM_MESSAGE_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.CHACHA20_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 iaik.pkcs.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.ECDH2_DERIVE_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.ECMQV_DERIVE_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.GCM_MESSAGE_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.GCM_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.KEA_DERIVE_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.KEY_DERIVATION_STRING_DATA
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.KEY_WRAP_SET_OAEP_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.PBE_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.PKCS5_PBKD2_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.RSA_AES_KEY_WRAP_PARAMS
-
- 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_MSG_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.Utimaco_ECDSA_ECIES_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.X9_42_DH1_DERIVE_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.X9_42_DH2_DERIVE_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.X9_42_MQV_DERIVE_PARAMS
-
- getPKCS11Module() - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
-
Gets the PKCS#11 module of the wrapper package behind this object.
- getPkcs11ModulePath() - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
- 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
-