A B C D E F G H I J K L M N O P R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acIssuer() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- acIssuer(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- add(int, T) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- add(T) - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBag
-
Add a new object to the bag for others to borrow.
- add(T) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
-
Add an element to the tail of the FastList.
- addAll(int, Collection<? extends T>) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- addAll(Collection<? extends T>) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- AES_CBC_ENCRYPT_DATA_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the AES_CBC_ENCRYPT_DATA_PARAMS.
- AES_CBC_ENCRYPT_DATA_PARAMS(byte[], byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.AES_CBC_ENCRYPT_DATA_PARAMS
-
Create a new AES_CBC_ENCRYPT_DATA_PARAMS object with the given IV and data.
- allowedMechanisms() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- allowedMechanisms(long[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- alwaysAuthenticate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- alwaysAuthenticate(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- alwaysSensitive() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- alwaysSensitive() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- alwaysSensitive(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- application() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- application(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- associatedData() - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageBytesEntry
- associatedData() - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageStreamEntry
- associatedData() - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageBytesEntry
- associatedData() - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageStreamEntry
- associatedData(byte[]) - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageBytesEntry
- associatedData(byte[]) - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageStreamEntry
- associatedData(byte[]) - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageBytesEntry
- associatedData(byte[]) - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageStreamEntry
- asUnsignedByteArray(BigInteger) - Static method in class org.xipki.pkcs11.wrapper.Functions
- attr(long, Object) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- attr(Attribute) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- Attribute - Class in org.xipki.pkcs11.wrapper.attrs
-
This is the base-class for all types of attributes.
- Attribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.Attribute
-
Constructor taking the PKCS#11 type of the attribute.
- AttributeArrayAttribute - Class in org.xipki.pkcs11.wrapper.attrs
-
Objects of this class represent an attribute array of a PKCS#11 object as specified by PKCS#11.
- AttributeArrayAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.AttributeArrayAttribute
-
Constructor taking the PKCS#11 type of the attribute.
- attributeArrayValue(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.attrs.AttributeArrayAttribute
-
Set the attributes of this attribute array by specifying an AttributeVector.
- attributesAsSensitive(long...) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- AttributeVector - Class in org.xipki.pkcs11.wrapper
-
Object of this class represents the attribute vector.
- AttributeVector() - Constructor for class org.xipki.pkcs11.wrapper.AttributeVector
- AttributeVector(Attribute...) - Constructor for class org.xipki.pkcs11.wrapper.AttributeVector
- attrTypes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- attrTypes(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
B
- base() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- base(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- bBC - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEY_WRAP_SET_OAEP_PARAMS
-
block contents byte PKCS#11:
- bigIntValue(BigInteger) - Method in class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
-
Set the big integer value whose unsigned byte-array representation is the content of this attribute.
- bIsExport - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS
-
PKCS#11:
- bitsPerPixel() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- bitsPerPixel(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- BooleanAttribute - Class in org.xipki.pkcs11.wrapper.attrs
-
Objects of this class represent a boolean attribute of a PKCS#11 object as specified by PKCS#11.
- BooleanAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.BooleanAttribute
-
Constructor taking the PKCS#11 type of the attribute.
- booleanValue(Boolean) - Method in class org.xipki.pkcs11.wrapper.attrs.BooleanAttribute
-
Set the boolean value of this attribute.
- borrow(long, TimeUnit) - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBag
-
The method will borrow a BagEntry from the bag, blocking for the specified timeout if none are available.
- ByteArrayAttribute - Class in org.xipki.pkcs11.wrapper.attrs
-
Objects of this class represent a byte-array attribute of a PKCS#11 object as specified by PKCS#11.
- ByteArrayAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
-
Constructor taking the PKCS#11 type of the attribute.
- ByteArrayParams - Class in org.xipki.pkcs11.wrapper.params
-
This class encapsulates parameters byte arrays.
- ByteArrayParams(byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.ByteArrayParams
- byteArrayValue(byte[]) - Method in class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
-
Set the byte-array value of this attribute.
C
- 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_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_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_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 - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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 - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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 - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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_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_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_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_MECHANISM - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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_OTP - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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_SESSION - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- CKF_SIGN - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
- CKF_SIGN_RECOVER - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
- CKF_SLOT - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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 - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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_GENERATOR - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- CKG_MGF - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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_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_SHA384 - 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 - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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 - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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_SHA_1_HMAC - 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_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_SHA384_HMAC - Static variable in class org.xipki.pkcs11.wrapper.PKCS11Constants
- CKK_SHA512_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 - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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_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_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_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_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_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_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_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_SHA384 - 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_ECDH_AES_KEY_WRAP - 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_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_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_SHA384 - 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_CAST_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_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_X_509 - 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_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_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_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_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_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_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_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_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_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_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 - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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_PRF - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- CKP_PROFILE_ID - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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
ExtraParamsto provides extra information, e.g. - CkParamsWithExtra(CkParams, ExtraParams) - Constructor for class org.xipki.pkcs11.wrapper.params.CkParamsWithExtra
-
Constructor.
- CKR - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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 - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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 - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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 - org.xipki.pkcs11.wrapper.PKCS11Constants.Category
- 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
- clear() - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
-
Clear the FastList.
- clearFlagBit(long) - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
-
Clear the given feature flag.
- CLOCK - Static variable in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
- ClockSource - Interface in org.xipki.pkcs11.wrapper.concurrent
-
A resolution-independent provider of current time-stamps and elapsed time calculations.
- ClockSource.Factory - Class in org.xipki.pkcs11.wrapper.concurrent
-
Factory class used to create a platform-specific ClockSource.
- ClockSource.MillisecondClockSource - Class in org.xipki.pkcs11.wrapper.concurrent
- ClockSource.NanosecondClockSource - Class in org.xipki.pkcs11.wrapper.concurrent
- clone() - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- close() - Method in class org.xipki.pkcs11.wrapper.concurrent.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) - 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.concurrent.ConcurrentBagEntry
- ConcurrentBag<T extends ConcurrentBagEntry> - Class in org.xipki.pkcs11.wrapper.concurrent
-
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.concurrent.ConcurrentBag
-
Construct a ConcurrentBag with the specified listener.
- ConcurrentBagEntry<T> - Class in org.xipki.pkcs11.wrapper.concurrent
-
ConcurrentBagEntry.
- ConcurrentBagEntry(T) - Constructor for class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBagEntry
- connect(String) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
Connects this object to the specified PKCS#11 library.
- contains(Object) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- containsAll(Collection<?>) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- 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
- currentTime() - Static method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
-
Get the current time-stamp (resolution is opaque).
- currentTime0() - Method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
- currentTime0() - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.MillisecondClockSource
- currentTime0() - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.NanosecondClockSource
D
- data() - Method in class org.xipki.pkcs11.wrapper.multipart.SignMessageBytesEntry
- data() - Method in class org.xipki.pkcs11.wrapper.multipart.SignMessageStreamEntry
- data() - Method in class org.xipki.pkcs11.wrapper.multipart.VerifyMessageBytesEntry
- data() - Method in class org.xipki.pkcs11.wrapper.multipart.VerifyMessageStreamEntry
- data(byte[]) - Method in class org.xipki.pkcs11.wrapper.multipart.SignMessageBytesEntry
- data(byte[]) - Method in class org.xipki.pkcs11.wrapper.multipart.VerifyMessageBytesEntry
- data(InputStream) - Method in class org.xipki.pkcs11.wrapper.multipart.SignMessageStreamEntry
- data(InputStream) - Method in class org.xipki.pkcs11.wrapper.multipart.VerifyMessageStreamEntry
- DateAttribute - Class in org.xipki.pkcs11.wrapper.attrs
-
Objects of this class represent a date attribute of a PKCS#11 object as specified by PKCS#11.
- DateAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.DateAttribute
-
Constructor taking the PKCS#11 type of the attribute.
- dateValue(Instant) - Method in class org.xipki.pkcs11.wrapper.attrs.DateAttribute
-
Set the date value of this attribute.
- day - Variable in class iaik.pkcs.pkcs11.wrapper.CK_DATE
-
PKCS#11:
- debug(String, Object...) - Method in interface org.xipki.pkcs11.wrapper.Logger
- debug(String, Object...) - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
- decodeHex(String) - Static method in class org.xipki.pkcs11.wrapper.Functions
- decodeOid(byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
- decrypt() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- decrypt() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- decrypt(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Decrypts the given data with the key and mechanism given to the decryptInit method.
- decrypt(OutputStream, Mechanism, long, InputStream) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
This method can be used to decrypt large data.
- decrypt(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- decrypt(Mechanism, long, byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Decrypts the given data with the key and mechanism.
- decryptDigestUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Dual-function.
- decryptEncrypt(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- decryptFinal() - Method in class org.xipki.pkcs11.wrapper.Session
-
This method finalizes a decryption operation and returns the final result.
- decryptInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a new decryption operation.
- decryptMessage(CkParams, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Decrypts the given message with the key and mechanism given to the MessageDecryptInit method.
- decryptMessageBegin(CkParams, byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Starts a multipart message-decryption operation.
- DecryptMessageBytesEntry - Class in org.xipki.pkcs11.wrapper.multipart
-
Parameter-pair for the multipart operation DecryptMessage.
- DecryptMessageBytesEntry() - Constructor for class org.xipki.pkcs11.wrapper.multipart.DecryptMessageBytesEntry
- decryptMessageNext(CkParams, byte[], boolean) - Method in class org.xipki.pkcs11.wrapper.Session
-
Decrypts one part of a multipart decryption operation.
- decryptMessages(Mechanism, long, DecryptMessageBytesEntry[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Decrypts the given ciphertexts using the given mechanism and keys.
- decryptMessages(Mechanism, long, DecryptMessageStreamEntry[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Decrypts the given ciphertexts using the given mechanism and key.
- DecryptMessageStreamEntry - Class in org.xipki.pkcs11.wrapper.multipart
-
Parameter-pair for the multipart operation DecryptMessage.
- DecryptMessageStreamEntry() - Constructor for class org.xipki.pkcs11.wrapper.multipart.DecryptMessageStreamEntry
- decryptSingle(Mechanism, long, byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
- decryptUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method can be used to decrypt multiple pieces of data; e.g.
- decryptVerifyUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Dual-function.
- defaultCmsAttributes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- defaultCmsAttributes(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- derive() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- derive() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- derive(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- derive(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- deriveKey(Mechanism, long, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Derives a new key from a specified base key using the given mechanism.
- deriveKey(Mechanism, long, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
-
Derives a new key from a specified base key using the given mechanism.
- deriveTemplate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- deriveTemplate(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- destroyable() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- destroyable(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- DestroyMutex - Variable in class iaik.pkcs.pkcs11.wrapper.CK_C_INITIALIZE_ARGS
-
PKCS#11:
- destroyObject(long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Destroy a certain object on the token (or in the session).
- destroyObject(long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Destroy a certain object on the token (or in the session).
- destroyObjects(long...) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Destroy a certain object on the token (or in the session).
- destroyObjects(List<Long>) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
- digest(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Digests the given data with the mechanism given to the digestInit method.
- digest(Mechanism, byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Digests the given data with the mechanism.
- digest(Mechanism, InputStream) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Digests the large data with the mechanism.
- digestEncryptedUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Dual-function.
- digestFinal() - Method in class org.xipki.pkcs11.wrapper.Session
-
This method finalizes a digesting operation and returns the final result.
- digestFinal(byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method finalizes a digesting operation and returns the final result.
- digestInit(Mechanism) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a new digesting operation.
- digestKey(long) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method is similar to digestUpdate and can be combined with it during one digesting operation.
- digestKey(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Digests the given key with the mechanism.
- digestSingle(Mechanism, byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
- digestUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method can be used to digest multiple pieces of data; e.g.
- disconnect() - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
Disconnects the PKCS#11 library from this object.
- dsaBase() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- dsaPrime() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- dsaSigPlainToX962(byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
- dsaSigX962ToPlain(byte[], int) - Static method in class org.xipki.pkcs11.wrapper.Functions
- dsaSubprime() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- dumpState() - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBag
E
- ECDH1_DERIVE_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_ECDH1_DERIVE_PARAMS.
- ECDH1_DERIVE_PARAMS(long, byte[], byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.ECDH1_DERIVE_PARAMS
-
Create a new ECDH1_DERIVE_PARAMS object with the given attributes.
- ECDH2_DERIVE_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_ECDH2_DERIVE_PARAMS.
- ECDH2_DERIVE_PARAMS(long, byte[], byte[], int, long, byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.ECDH2_DERIVE_PARAMS
-
Create a new ECDH2_DERIVE_PARAMS object with the given attributes.
- ECMQV_DERIVE_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_ECMQV_DERIVE_PARAMS.
- ECMQV_DERIVE_PARAMS(long, byte[], byte[], int, long, byte[], long) - Constructor for class org.xipki.pkcs11.wrapper.params.ECMQV_DERIVE_PARAMS
-
Create a new ECMQV_DERIVE_PARAMS object with the given attributes.
- ecOrderBitSize() - Method in class org.xipki.pkcs11.wrapper.params.ExtraParams
- ecOrderBitSize() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- ecOrderBitSize(int) - Method in class org.xipki.pkcs11.wrapper.params.ExtraParams
- ecParams() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- ecParams() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- ecParams(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- ecPoint() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- ecPoint(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- ecPublicPoint() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- elapsedDisplayString(long, long) - Static method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
-
Get a String representation of the elapsed time in appropriate magnitude terminology.
- elapsedDisplayString0(long, long) - Method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
- elapsedMillis(long) - Static method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
-
Convert an opaque time-stamp returned by currentTime() into an elapsed time in milliseconds, based on the current instant in time.
- elapsedMillis(long, long) - Static method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
-
Get the difference in milliseconds between two opaque time-stamps returned by currentTime().
- elapsedMillis0(long) - Method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
- elapsedMillis0(long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.MillisecondClockSource
- elapsedMillis0(long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.NanosecondClockSource
- elapsedMillis0(long, long) - Method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
- elapsedMillis0(long, long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.MillisecondClockSource
- elapsedMillis0(long, long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.NanosecondClockSource
- elapsedNanos(long) - Static method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
-
Convert an opaque time-stamp returned by currentTime() into an elapsed time in milliseconds, based on the current instant in time.
- elapsedNanos(long, long) - Static method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
-
Get the difference in nanoseconds between two opaque time-stamps returned by currentTime().
- elapsedNanos0(long) - Method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
- elapsedNanos0(long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.MillisecondClockSource
- elapsedNanos0(long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.NanosecondClockSource
- elapsedNanos0(long, long) - Method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
- elapsedNanos0(long, long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.MillisecondClockSource
- elapsedNanos0(long, long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.NanosecondClockSource
- encodeOid(String) - Static method in class org.xipki.pkcs11.wrapper.Functions
- encodingMethods() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- encodingMethods(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- encrypt() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- encrypt() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- encrypt(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Encrypts the given data with the key and mechanism given to the encryptInit method.
- encrypt(OutputStream, Mechanism, long, InputStream) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
This method can be used to encrypt large data.
- encrypt(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- encrypt(Mechanism, long, byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Encrypts the given data with the key and mechanism.
- encryptFinal() - Method in class org.xipki.pkcs11.wrapper.Session
-
This method finalizes an encryption operation and returns the final result.
- encryptInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a new encryption operation.
- encryptMessage(CkParams, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Encrypts the given message with the key and mechanism given to the MessageEncryptInit method.
- encryptMessageBegin(CkParams, byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Starts a multipart message-encryption operation.
- EncryptMessageBytesEntry - Class in org.xipki.pkcs11.wrapper.multipart
-
Parameter-pair for the multipart operation EncryptMessage.
- EncryptMessageBytesEntry() - Constructor for class org.xipki.pkcs11.wrapper.multipart.EncryptMessageBytesEntry
- encryptMessageNext(CkParams, byte[], boolean) - Method in class org.xipki.pkcs11.wrapper.Session
-
Encrypts one part of a multipart encryption operation.
- encryptMessages(Mechanism, long, EncryptMessageBytesEntry[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Encrypts the given messages using the given mechanism and key
- encryptMessages(Mechanism, long, EncryptMessageStreamEntry[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Encrypts the given messages using the given mechanism and key.
- EncryptMessageStreamEntry - Class in org.xipki.pkcs11.wrapper.multipart
-
Parameter-pair for the multipart operation EncryptMessage.
- EncryptMessageStreamEntry() - Constructor for class org.xipki.pkcs11.wrapper.multipart.EncryptMessageStreamEntry
- encryptSingle(Mechanism, long, byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
- encryptUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method can be used to encrypt multiple pieces of data; e.g.
- endDate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- endDate(Instant) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- endDate(Instant) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- equals(Object) - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
- error(String, Object...) - Method in interface org.xipki.pkcs11.wrapper.Logger
- error(String, Object...) - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
- exponent1() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- exponent1(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- exponent2() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- exponent2(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- EXTRACT_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the params of type CK_LONG for the extract mechanism.
- EXTRACT_PARAMS(int) - Constructor for class org.xipki.pkcs11.wrapper.params.EXTRACT_PARAMS
-
Create a new EXTRACT_PARAMS object with the given bit index.
- extractable() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- extractable() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- extractable(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- ExtraParams - Class in org.xipki.pkcs11.wrapper.params
-
Provides extra parameters.
- ExtraParams() - Constructor for class org.xipki.pkcs11.wrapper.params.ExtraParams
F
- Factory() - Constructor for class org.xipki.pkcs11.wrapper.concurrent.ClockSource.Factory
- FastList<T> - Class in org.xipki.pkcs11.wrapper.concurrent
-
Fast list without range checking.
- FastList(Class<?>) - Constructor for class org.xipki.pkcs11.wrapper.concurrent.FastList
-
Construct a FastList with a default size of 32.
- FastList(Class<?>, int) - Constructor for class org.xipki.pkcs11.wrapper.concurrent.FastList
-
Construct a FastList with a specified size.
- finalize() - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
This method can be used to clean up this object.
- finalize() - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
Calls disconnect() to clean up the native part of the wrapper.
- finalize(Object) - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
-
Finalizes this module.
- finalizeLibrary() - Static method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
This method does the finalization of the native library.
- findAllObjects(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Finds all objects that match the template.
- findAllObjectsSingle(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
- findObjects(int) - Method in class org.xipki.pkcs11.wrapper.Session
-
Finds objects that match the template object passed to findObjectsInit.
- findObjects(AttributeVector, int) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Finds objects that match the template.
- findObjectsFinal() - Method in class org.xipki.pkcs11.wrapper.Session
-
Finalizes a find operation.
- findObjectsInit(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a find operations that provides means to find objects by passing a template object.
- findObjectsSingle(AttributeVector, int) - Method in class org.xipki.pkcs11.wrapper.Session
- firmwareVersion - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SLOT_INFO
-
PKCS#11:
- firmwareVersion - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
- flags - Variable in class iaik.pkcs.pkcs11.wrapper.CK_C_INITIALIZE_ARGS
-
PKCS#11:
- flags - Variable in class iaik.pkcs.pkcs11.wrapper.CK_INFO
-
must be zero PKCS#11:
- flags - Variable in class iaik.pkcs.pkcs11.wrapper.CK_INTERFACE
-
PKCS#11:
- flags - Variable in class iaik.pkcs.pkcs11.wrapper.CK_MECHANISM_INFO
-
PKCS#11:
- flags - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SESSION_INFO
-
PKCS#11:
- flags - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SLOT_INFO
-
PKCS#11:
- flags - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
- forEach(Consumer<? super T>) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- Functions - Class in org.xipki.pkcs11.wrapper
-
This class contains only static methods.
- Functions() - Constructor for class org.xipki.pkcs11.wrapper.Functions
G
- 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) - Method in class org.xipki.pkcs11.wrapper.Session
-
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.
- 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
- get(int) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
-
Get the element at the specified index.
- 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, long...) - Method in class org.xipki.pkcs11.wrapper.Session
- getAttrValues(long, List<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.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 .
- getCount(int) - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBag
-
Get a count of the number of items in the specified state at the time of this call.
- 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.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(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Gets the
PKCS11Keyof a key satisfying the given criteria. - getKey(PKCS11KeyId) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Gets the
PKCS11Keyidentified by the givenPKCS11KeyId. - getKeyId(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Gets the
PKCS11KeyIdof 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
-
Gets the
MechanismInfofor given mechanism code. - getMechanismInfo(long) - Method in class org.xipki.pkcs11.wrapper.Token
-
Get more information about one supported mechanism.
- getMechanismList() - Method in class org.xipki.pkcs11.wrapper.Token
-
Get the list of mechanisms that this token supports.
- getMechanisms() - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
- 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
- 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.
- getSourceTimeUnit() - Static method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
-
Get the TimeUnit the ClockSource is denominated in.
- getSourceTimeUnit0() - Method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
- getSourceTimeUnit0() - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.MillisecondClockSource
- getSourceTimeUnit0() - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.NanosecondClockSource
- getState() - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBagEntry
- getState() - Method in class org.xipki.pkcs11.wrapper.SessionInfo
-
Get the current state of this session.
- getStateCounts() - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBag
- 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.
- getWaitingThreadCount() - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBag
-
Get the number of threads pending (waiting) for an item from the bag to become available.
- gost28147Params() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- gost28147Params(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- gostr3410Params() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- gostr3410Params(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- gostr3411Params() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- gostr3411Params(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
H
- hardwareVersion - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SLOT_INFO
-
PKCS#11:
- hardwareVersion - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
- hasFlagBit(long) - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
- hasFlagBit(long) - Method in class org.xipki.pkcs11.wrapper.TokenInfo
- hashAlg - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDSA_ECIES_PARAMS
- hashAlg - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_OAEP_PARAMS
-
PKCS#11:
- hashAlg - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_PSS_PARAMS
-
PKCS#11:
- hashCode() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
- hashOfIssuerPublicKey() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- hashOfIssuerPublicKey(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- hashOfSubjectPublicKey() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- hashOfSubjectPublicKey(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- hasReset() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- hasReset(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- hClientKey - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
-
PKCS#11:
- hClientMacSecret - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
-
PKCS#11:
- hPrivateData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
-
PKCS#11:
- hPrivateData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECMQV_DERIVE_PARAMS
-
key handle for second EC private key value
- hPrivateData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH2_DERIVE_PARAMS
-
PKCS#11:
- hPrivateData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DHMQV_DERIVE_PARAMS
-
PKCS#11:
- hPublicKey - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DHMQV_DERIVE_PARAMS
-
PKCS#11:
- hServerKey - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
-
PKCS#11:
- hServerMacSecret - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
-
PKCS#11:
- hwFeatureType() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- hwFeatureType(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
I
- iaik.pkcs.pkcs11.wrapper - package iaik.pkcs.pkcs11.wrapper
- id - Variable in class org.xipki.pkcs11.wrapper.PKCS11Key
- id() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- id() - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- id() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- id(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- id(byte[]) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- inCiphertext() - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageStreamEntry
- inCiphertext(InputStream) - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageStreamEntry
- indexOf(Object) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- info(String, Object...) - Method in interface org.xipki.pkcs11.wrapper.Logger
- info(String, Object...) - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
- initialize() - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
-
Initializes the module.
- initializeLibrary() - Static method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
This method does the initialization of the native library.
- initPIN(char[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Initializes the user-PIN.
- initPIN(char[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes the user-PIN.
- inPlaintext() - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageStreamEntry
- inPlaintext(InputStream) - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageStreamEntry
- interfaceName - Variable in class iaik.pkcs.pkcs11.wrapper.CK_INTERFACE
-
PKCS#11:
- isDebugEnabled() - Method in interface org.xipki.pkcs11.wrapper.Logger
- isDebugEnabled() - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
- isDisableBufferPreAllocation() - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
- isDisableBufferPreAllocation() - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
- isEmpty() - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- isHwSlot() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
-
Indicate, if the token is a hardware device or if it is just a pure software implementation; e.g.
- isInfoEnabled() - Method in interface org.xipki.pkcs11.wrapper.Logger
- isInfoEnabled() - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
- isLoginRequired() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
- isNullValue() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
- isPresent() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
Check, if this attribute is really present in the associated object.
- isProtectedAuthenticationPath() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
- isReadOnly() - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Returns whether this token is read-only.
- isRemovableDevice() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
-
Indicate, if the token is removable from this slot or not.
- isRwSession() - Method in class org.xipki.pkcs11.wrapper.Session
-
Determines if this session is an R/W session.
- isRwSession() - Method in class org.xipki.pkcs11.wrapper.SessionInfo
-
Check, if this is a read-write session.
- isSender - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEA_DERIVE_PARAMS
-
PKCS#11:
- isSensitive() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
Check, if this attribute is sensitive in the associated object.
- isSerialSession() - Method in class org.xipki.pkcs11.wrapper.SessionInfo
-
Check, if this is a serial session.
- isSetUtf8Encoding() - Method in class org.xipki.pkcs11.wrapper.Session
-
Returns whether UTF8 encoding is set.
- issuer() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- issuer(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- isTokenInitialized() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
- isTokenPresent() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
-
Indicates, if there is a token present in this slot.
- isTraceEnabled() - Method in interface org.xipki.pkcs11.wrapper.Logger
- isTraceEnabled() - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
- isUnavailableInformation(long) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
- isUseUtf8Encoding() - Method in class org.xipki.pkcs11.wrapper.Slot
-
Returns whether UTF8 encoding is set.
- isUseUtf8Encoding() - Method in class org.xipki.pkcs11.wrapper.Token
- isWarnEnabled() - Method in interface org.xipki.pkcs11.wrapper.Logger
- isWarnEnabled() - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
- iterations - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PKCS5_PBKD2_PARAMS
-
PKCS#11:
- iterator() - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- iv - Variable in class iaik.pkcs.pkcs11.wrapper.CK_AES_CBC_ENCRYPT_DATA_PARAMS
-
The 16-byte initialization vector.
- iv - Variable in class iaik.pkcs.pkcs11.wrapper.CK_DES_CBC_ENCRYPT_DATA_PARAMS
-
PKCS#11:
- iv - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC2_CBC_PARAMS
-
only the first 8 bytes will be used
- ivGenerator - Variable in class iaik.pkcs.pkcs11.wrapper.CK_GCM_MESSAGE_PARAMS
-
PKCS#11:
J
- javaMidpSecurityDomain() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- javaMidpSecurityDomain(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
K
- kdf - Variable in class iaik.pkcs.pkcs11.wrapper.KdfParams
-
PKCS#11:
- KdfParams - Class in iaik.pkcs.pkcs11.wrapper
- KdfParams() - Constructor for class iaik.pkcs.pkcs11.wrapper.KdfParams
- KEA_DERIVE_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_KEA_DERIVE_PARAMS.
- KEA_DERIVE_PARAMS(boolean, byte[], byte[], byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.KEA_DERIVE_PARAMS
-
Create a new KEA_DERIVE_PARAMS object with the given attributes.
- KEY_DERIVATION_STRING_DATA - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_KEY_DERIVATION_STRING_DATA.
- KEY_DERIVATION_STRING_DATA(byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.KEY_DERIVATION_STRING_DATA
-
Create a new KEY_DERIVATION_STRING_DATA object with the given data.
- KEY_WRAP_SET_OAEP_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_KEY_WRAP_SET_OAEP_PARAMS.
- KEY_WRAP_SET_OAEP_PARAMS(byte, byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.KEY_WRAP_SET_OAEP_PARAMS
-
Create a new KEY_WRAP_SET_OAEP_PARAMS object with the given attributes.
- keyGenMechanism() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- keyGenMechanism(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- KeyPairTemplate - Class in org.xipki.pkcs11.wrapper
-
Template pair for the private key and public key.
- KeyPairTemplate(long) - Constructor for class org.xipki.pkcs11.wrapper.KeyPairTemplate
- KeyPairTemplate(AttributeVector, AttributeVector) - Constructor for class org.xipki.pkcs11.wrapper.KeyPairTemplate
- keyType() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- keyType(long) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- keyType(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
L
- label - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
must be blank padded and only the first 32 chars will be used
- label() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- label(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- labels(String) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- labels(String, String) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- lastIndexOf(Object) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- libraryDescription - Variable in class iaik.pkcs.pkcs11.wrapper.CK_INFO
-
must be blank padded - only the first 32 chars will be used PKCS#11:
- libraryVersion - Variable in class iaik.pkcs.pkcs11.wrapper.CK_INFO
-
PKCS#11:
- listIterator() - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- listIterator(int) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- local() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- local(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- local(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- LockMutex - Variable in class iaik.pkcs.pkcs11.wrapper.CK_C_INITIALIZE_ARGS
-
PKCS#11:
- Logger - Interface in org.xipki.pkcs11.wrapper
-
Logger.
- login(long, char[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Logs in the user or the security officer to the session.
- logInSecurityOfficer(char[], char[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Login this session as CKU_SO (Security Officer).
- loginUser(long, char[], char[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Logs in the user or the security officer to the session.
- logout() - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Logs out this session.
- logout() - Method in class org.xipki.pkcs11.wrapper.Session
-
Logs out this session.
- LongAttribute - Class in org.xipki.pkcs11.wrapper.attrs
-
Objects of this class represent a long attribute of a PKCS#11 object as specified by PKCS#11.
- LongAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.LongAttribute
-
Constructor taking the PKCS#11 type of the attribute.
- LongParams - Class in org.xipki.pkcs11.wrapper.params
-
This class encapsulates parameters CK_LONG.
- LongParams(long) - Constructor for class org.xipki.pkcs11.wrapper.params.LongParams
-
Create a new LongParams object using the given object.
- longValue(Long) - Method in class org.xipki.pkcs11.wrapper.attrs.LongAttribute
-
Set the long value of this attribute.
M
- macAlg - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDSA_ECIES_PARAMS
- macOpt - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDSA_ECIES_PARAMS
- major - Variable in class iaik.pkcs.pkcs11.wrapper.CK_VERSION
-
PKCS#11:
- manufacturerID - Variable in class iaik.pkcs.pkcs11.wrapper.CK_INFO
-
must be blank padded - only the first 32 chars will be used PKCS#11:
- manufacturerID - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SLOT_INFO
-
must be blank padded and only the first 32 chars will be used
- manufacturerID - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
must be blank padded and only the first 32 chars will be used
- mechanism - Variable in class iaik.pkcs.pkcs11.wrapper.CK_MECHANISM
-
PKCS#11:
- mechanism(Long) - Method in class org.xipki.pkcs11.wrapper.attrs.MechanismAttribute
-
Set the mechanism value of this attribute.
- Mechanism - Class in org.xipki.pkcs11.wrapper
-
Objects of this class represent a mechanism as defined in PKCS#11.
- Mechanism(long) - Constructor for class org.xipki.pkcs11.wrapper.Mechanism
-
Constructor taking just the mechanism code as defined in PKCS11Constants.
- Mechanism(long, CkParams) - Constructor for class org.xipki.pkcs11.wrapper.Mechanism
-
Constructor taking just the mechanism code as defined in PKCS11Constants.
- MechanismArrayAttribute - Class in org.xipki.pkcs11.wrapper.attrs
-
Objects of this class represent a mechanism array attribute of a PKCS#11 object as specified by PKCS#11.
- MechanismArrayAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.MechanismArrayAttribute
-
Constructor taking the PKCS#11 type of the attribute.
- MechanismAttribute - Class in org.xipki.pkcs11.wrapper.attrs
-
Objects of this class represent a mechanism attribute of a PKCS#11 object as specified by PKCS#11.
- MechanismAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.MechanismAttribute
-
Constructor taking the PKCS#11 type of the attribute.
- mechanismAttributeArrayValue(long[]) - Method in class org.xipki.pkcs11.wrapper.attrs.MechanismArrayAttribute
-
Set the attributes of this mechanism attribute array by specifying a Mechanism[].
- MechanismInfo - Class in org.xipki.pkcs11.wrapper
-
Objects of this class provide information about a certain mechanism that a token implements.
- MechanismInfo(long, long, long) - Constructor for class org.xipki.pkcs11.wrapper.MechanismInfo
- MechanismInfo(CK_MECHANISM_INFO) - Constructor for class org.xipki.pkcs11.wrapper.MechanismInfo
-
Constructor taking a CK_MECHANISM_INFO object as data source.
- MechanismParams - Class in org.xipki.pkcs11.wrapper.params
-
This class encapsulates parameters CK_LONG.
- MechanismParams(long) - Constructor for class org.xipki.pkcs11.wrapper.params.MechanismParams
-
Create a new MechanismParams object using the given object.
- mechanismType() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- mechanismType(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- messageDecryptFinal() - Method in class org.xipki.pkcs11.wrapper.Session
-
finishes multipart message decryption operation.
- messageDecryptInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a new message decryption operation.
- messageEncryptFinal() - Method in class org.xipki.pkcs11.wrapper.Session
-
Finishes a Message Encryption Operation which has previously been started with messageEncryptInit.
- messageEncryptInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a new message encryption operation.
- messageSignFinal() - Method in class org.xipki.pkcs11.wrapper.Session
-
finishes a message-based signing process.
- messageSignInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
- messageVerifyFinal() - Method in class org.xipki.pkcs11.wrapper.Session
-
finishes a message-based verification process.
- messageVerifyInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initiates a message verification operation, preparing a session for one or more verification operations (where the signature is an appendix to the data) that use the same verification mechanism and verification key.
- mgf - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_OAEP_PARAMS
-
PKCS#11:
- mgf - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_PSS_PARAMS
-
PKCS#11:
- MillisecondClockSource() - Constructor for class org.xipki.pkcs11.wrapper.concurrent.ClockSource.MillisecondClockSource
- mimeTypes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- mimeTypes(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- minor - Variable in class iaik.pkcs.pkcs11.wrapper.CK_VERSION
-
PKCS#11:
- model - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
must be blank padded and only the first 16 chars will be used
- modifiable() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- modifiable(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- modifiable(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- module - Variable in class org.xipki.pkcs11.wrapper.params.CkParams
- ModuleInfo - Class in org.xipki.pkcs11.wrapper
-
Objects of this class provide information about a PKCS#11 module; i.e.
- ModuleInfo(CK_INFO) - Constructor for class org.xipki.pkcs11.wrapper.ModuleInfo
-
Constructor taking the CK_INFO object of the token.
- modulus() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- modulus(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- modulusBits() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- modulusBits(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- month - Variable in class iaik.pkcs.pkcs11.wrapper.CK_DATE
-
PKCS#11:
N
- nameHashAlgorithm() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- nameHashAlgorithm(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- nameToCode(PKCS11Constants.Category, String) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
-
Converts the name to code value.
- nameToCode(PKCS11Constants.Category, String) - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
- NanosecondClockSource() - Constructor for class org.xipki.pkcs11.wrapper.concurrent.ClockSource.NanosecondClockSource
- neverExtractable() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- neverExtractable() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- neverExtractable(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- newAESSecretKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newCertificate(long) - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newDSAPrivateKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newDSAPublicKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newECPrivateKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newECPublicKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newPrivateKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newPrivateKey(long) - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newPublicKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newPublicKey(long) - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newRSAPrivateKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newRSAPublicKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newSecretKey() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newSecretKey(long) - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- newX509Certificate() - Static method in class org.xipki.pkcs11.wrapper.AttributeVector
- nonceGenerator - Variable in class iaik.pkcs.pkcs11.wrapper.CK_CCM_MESSAGE_PARAMS
-
PKCS#11:
O
- objectId() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- objectId(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- openSession(boolean) - Method in class org.xipki.pkcs11.wrapper.Token
-
Open a new session to perform operations on this token.
- openSession(boolean, Object) - Method in class org.xipki.pkcs11.wrapper.Token
-
Open a new session to perform operations on this token.
- org.xipki.pkcs11.wrapper - package org.xipki.pkcs11.wrapper
- org.xipki.pkcs11.wrapper.attrs - package org.xipki.pkcs11.wrapper.attrs
- org.xipki.pkcs11.wrapper.concurrent - package org.xipki.pkcs11.wrapper.concurrent
- org.xipki.pkcs11.wrapper.multipart - package org.xipki.pkcs11.wrapper.multipart
- org.xipki.pkcs11.wrapper.params - package org.xipki.pkcs11.wrapper.params
- otpChallengeRequirement() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpChallengeRequirement(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpCounter() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpCounter(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpCounterRequirement() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpCounterRequirement(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpFormat() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpFormat(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpLength() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpLength(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpPinRequirement() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpPinRequirement(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpServiceIdentifier() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpServiceIdentifier(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpServiceLogo() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpServiceLogo(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpServiceLogoType() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpServiceLogoType(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpTime() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpTime(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpTimeInterval() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpTimeInterval(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpTimeRequirement() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpTimeRequirement(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpUserFriendlyMode() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpUserFriendlyMode(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpUserIdentifier() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- otpUserIdentifier(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- outCiphertext() - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageStreamEntry
- outCiphertext(OutputStream) - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageStreamEntry
- outPlaintext() - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageStreamEntry
- outPlaintext(OutputStream) - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageStreamEntry
- owner() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- owner(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
P
- pAAD - Variable in class iaik.pkcs.pkcs11.wrapper.CK_CCM_PARAMS
-
PKCS#11:
- pAAD - Variable in class iaik.pkcs.pkcs11.wrapper.CK_GCM_PARAMS
-
PKCS#11:
- pAAD - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SALSA20_CHACHA20_POLY1305_PARAMS
-
PKCS#11:
- params - Variable in class org.xipki.pkcs11.wrapper.params.LongParams
-
The PKCS#11 object.
- params - Variable in class org.xipki.pkcs11.wrapper.params.MechanismParams
-
The PKCS#11 object.
- params() - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageBytesEntry
- params() - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageStreamEntry
- params() - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageBytesEntry
- params() - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageStreamEntry
- params() - Method in class org.xipki.pkcs11.wrapper.multipart.SignMessageBytesEntry
- params() - Method in class org.xipki.pkcs11.wrapper.multipart.SignMessageStreamEntry
- params() - Method in class org.xipki.pkcs11.wrapper.multipart.VerifyMessageBytesEntry
- params() - Method in class org.xipki.pkcs11.wrapper.multipart.VerifyMessageStreamEntry
- params(CkParams) - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageBytesEntry
- params(CkParams) - Method in class org.xipki.pkcs11.wrapper.multipart.DecryptMessageStreamEntry
- params(CkParams) - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageBytesEntry
- params(CkParams) - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageStreamEntry
- params(CkParams) - Method in class org.xipki.pkcs11.wrapper.multipart.SignMessageBytesEntry
- params(CkParams) - Method in class org.xipki.pkcs11.wrapper.multipart.SignMessageStreamEntry
- params(CkParams) - Method in class org.xipki.pkcs11.wrapper.multipart.VerifyMessageBytesEntry
- params(CkParams) - Method in class org.xipki.pkcs11.wrapper.multipart.VerifyMessageStreamEntry
- parseLong(String) - Static method in class org.xipki.pkcs11.wrapper.Functions
- pBaseG - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
-
ulPAndGLen == pPrimeP.length == pBaseG.length PKCS#11:
- PBE_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_PBE_PARAMS.
- PBE_PARAMS(char[], char[], char[], int) - Constructor for class org.xipki.pkcs11.wrapper.params.PBE_PARAMS
-
Create a new PBE_PARAMS object with the given attributes.
- pBlockCounter - Variable in class iaik.pkcs.pkcs11.wrapper.CK_CHACHA20_PARAMS
-
PKCS#11:
- pBlockCounter - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SALSA20_PARAMS
-
PKCS#11:
- pClientRandom - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_RANDOM_DATA
-
PKCS#11:
- pData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_AES_CBC_ENCRYPT_DATA_PARAMS
-
PKCS#11:
- pData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_DES_CBC_ENCRYPT_DATA_PARAMS
-
PKCS#11:
- pData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEY_DERIVATION_STRING_DATA
-
PKCS#11:
- pInitVector - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PBE_PARAMS
-
PKCS#11:
- pIv - Variable in class iaik.pkcs.pkcs11.wrapper.CK_GCM_MESSAGE_PARAMS
-
PKCS#11:
- pIv - Variable in class iaik.pkcs.pkcs11.wrapper.CK_GCM_PARAMS
-
PKCS#11:
- pIv - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC5_CBC_PARAMS
-
PKCS#11:
- pIVClient - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
-
PKCS#11:
- pIVServer - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
-
PKCS#11:
- pixelX() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- pixelX(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- pixelY() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- pixelY(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- PKCS11 - Interface in iaik.pkcs.pkcs11.wrapper
-
If the underlying PKCS#11 function returns CK_OK, the method returns normally.
- PKCS11Constants - Class in org.xipki.pkcs11.wrapper
-
This interface holds constants of the PKCS#11 v2.40 errata 1 standard.
- PKCS11Constants.Category - Enum in org.xipki.pkcs11.wrapper
- PKCS11Exception - Exception in iaik.pkcs.pkcs11.wrapper
-
This is the superclass of all checked exceptions used by this package.
- PKCS11Exception - Exception in org.xipki.pkcs11.wrapper
-
This is the superclass of all checked exceptions used by this package.
- PKCS11Exception(long) - Constructor for exception iaik.pkcs.pkcs11.wrapper.PKCS11Exception
-
Constructor taking the error code as defined for the CKR_* constants in PKCS#11.
- PKCS11Exception(long, String) - Constructor for exception org.xipki.pkcs11.wrapper.PKCS11Exception
-
Constructor taking the error code as defined for the CKR_* constants in PKCS#11.
- PKCS11Implementation - Class in iaik.pkcs.pkcs11.wrapper
-
This is the default implementation of the PKCS11 interface.
- PKCS11Implementation(String) - Constructor for class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
Connects to the PKCS#11 driver given.
- PKCS11Key - Class in org.xipki.pkcs11.wrapper
-
PKCS#11 key
- PKCS11KeyId - Class in org.xipki.pkcs11.wrapper
-
Identifier of a PKCS#11 key Object.
- PKCS11KeyId(long, long, long, byte[], String) - Constructor for class org.xipki.pkcs11.wrapper.PKCS11KeyId
-
Constructor.
- PKCS11KeyPair - Class in org.xipki.pkcs11.wrapper
-
This class does not correspond to any PKCS#11 object.
- PKCS11KeyPair(long, long) - Constructor for class org.xipki.pkcs11.wrapper.PKCS11KeyPair
-
Constructor that takes a public and a private key.
- PKCS11Module - Class in org.xipki.pkcs11.wrapper
-
Objects of this class represent a PKCS#11 module.
- PKCS11Module(PKCS11Implementation) - Constructor for class org.xipki.pkcs11.wrapper.PKCS11Module
-
Create a new module that uses the given PKCS11 interface to interact with the token.
- PKCS11Token - Class in org.xipki.pkcs11.wrapper
-
This is a PKCS#11 token with session management.
- PKCS11Token(Token, boolean, char[]) - Constructor for class org.xipki.pkcs11.wrapper.PKCS11Token
-
The simple constructor.
- PKCS11Token(Token, boolean, long, char[], List<char[]>, Integer) - Constructor for class org.xipki.pkcs11.wrapper.PKCS11Token
-
The advanced constructor.
- PKCS11UTIL - Class in iaik.pkcs.pkcs11.wrapper
- PKCS11UTIL() - Constructor for class iaik.pkcs.pkcs11.wrapper.PKCS11UTIL
- PKCS5_PBKD2_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_PKCS5_PBKD2_PARAMS.
- PKCS5_PBKD2_PARAMS(long, byte[], int, long, byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.PKCS5_PBKD2_PARAMS
-
Create a new PKCS5_PBKD2_PARAMS object with the given attributes.
- plaintext() - Method in class org.xipki.pkcs11.wrapper.multipart.EncryptMessageBytesEntry
- plusMillis(long, long) - Static method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
-
Return the specified opaque time-stamp plus the specified number of milliseconds.
- plusMillis0(long, long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.MillisecondClockSource
- plusMillis0(long, long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.NanosecondClockSource
- plusMillis0(long, long) - Method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
- pMAC - Variable in class iaik.pkcs.pkcs11.wrapper.CK_CCM_MESSAGE_PARAMS
-
PKCS#11:
- pNewPassword - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
-
PKCS#11:
- pNewPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
-
PKCS#11:
- pNewRandomA - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
-
PKCS#11:
- pNonce - Variable in class iaik.pkcs.pkcs11.wrapper.CK_CCM_MESSAGE_PARAMS
-
PKCS#11:
- pNonce - Variable in class iaik.pkcs.pkcs11.wrapper.CK_CCM_PARAMS
-
PKCS#11:
- pNonce - Variable in class iaik.pkcs.pkcs11.wrapper.CK_CHACHA20_PARAMS
-
PKCS#11:
- pNonce - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SALSA20_CHACHA20_POLY1305_MSG_PARAMS
-
PKCS#11:
- pNonce - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SALSA20_CHACHA20_POLY1305_PARAMS
-
PKCS#11:
- pNonce - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SALSA20_PARAMS
-
PKCS#11:
- pOAEPParams - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RSA_AES_KEY_WRAP_PARAMS
-
PKCS#11:
- pOldPassword - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
-
PKCS#11:
- pOldPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
-
PKCS#11:
- pOldRandomA - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
-
PKCS#11:
- pOldWrappedX - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
-
PKCS#11:
- pOtherInfo - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH1_DERIVE_PARAMS
-
PKCS#11:
- pOtherInfo - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH2_DERIVE_PARAMS
-
PKCS#11:
- pOtherInfo - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DHMQV_DERIVE_PARAMS
-
PKCS#11:
- pParameter - Variable in class iaik.pkcs.pkcs11.wrapper.CK_MECHANISM
-
PKCS#11:
- pPassword - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PBE_PARAMS
-
PKCS#11:
- pPassword - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
-
PKCS#11:
- pPrfData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PKCS5_PBKD2_PARAMS
-
PKCS#11:
- pPrimeP - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
-
ulPAndGLen == pPrimeP.length == pBaseG.length
- pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH1_DERIVE_PARAMS
-
PKCS#11:
- pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
-
PKCS#11:
- pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECMQV_DERIVE_PARAMS
-
pointer to other party's first EC public key value
- pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEA_DERIVE_PARAMS
-
PKCS#11:
- pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
-
PKCS#11:
- pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH1_DERIVE_PARAMS
-
PKCS#11:
- pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH2_DERIVE_PARAMS
-
PKCS#11:
- pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DHMQV_DERIVE_PARAMS
-
PKCS#11:
- pPublicData2 - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
-
PKCS#11:
- pPublicData2 - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECMQV_DERIVE_PARAMS
-
pointer to other party's second EC public key value
- pPublicData2 - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH2_DERIVE_PARAMS
-
PKCS#11:
- pPublicData2 - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DHMQV_DERIVE_PARAMS
-
PKCS#11:
- pRandomA - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEA_DERIVE_PARAMS
-
ulRandomLen == pRandomA.length == pRandomB.length
- pRandomA - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
-
PKCS#11:
- pRandomB - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEA_DERIVE_PARAMS
-
ulRandomLen == pRandomA.length == pRandomB.length
- present - Variable in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
True, if the object really possesses this attribute.
- present(boolean) - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
Set, if this attribute is really present in the associated object.
- pReserved - Variable in class iaik.pkcs.pkcs11.wrapper.CK_C_INITIALIZE_ARGS
-
PKCS#11:
- pReturnedKeyMaterial - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS
-
PKCS#11:
- prf - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PKCS5_PBKD2_PARAMS
-
PKCS#11:
- prime() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- prime(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- prime1() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- prime1(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- prime2() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- prime2(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- primeBits() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- primeBits(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- private_() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- private_() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- private_(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- private_(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- private_(Boolean, Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- privateExponent() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- privateExponent(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- privateKey() - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- profileId() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- profileId(Long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- pSalt - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PBE_PARAMS
-
PKCS#11:
- pSaltSourceData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PKCS5_PBKD2_PARAMS
-
PKCS#11:
- pServerRandom - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_RANDOM_DATA
-
PKCS#11:
- pSharedData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH_AES_KEY_WRAP_PARAMS
-
PKCS#11:
- pSharedData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH1_DERIVE_PARAMS
-
PKCS#11:
- pSharedData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
-
PKCS#11:
- pSharedData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECMQV_DERIVE_PARAMS
-
some data shared between the two parties
- pSharedSecret1 - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDSA_ECIES_PARAMS
-
optional shared secret 1 included in hash calculation.
- pSharedSecret2 - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDSA_ECIES_PARAMS
-
optional shared secret 2 included in hash calculation.
- pSourceData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_OAEP_PARAMS
-
PKCS#11:
- pSubprimeQ - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
-
PKCS#11:
- pTag - Variable in class iaik.pkcs.pkcs11.wrapper.CK_GCM_MESSAGE_PARAMS
-
PKCS#11:
- pTag - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SALSA20_CHACHA20_POLY1305_MSG_PARAMS
-
PKCS#11:
- ptr2str(String, String, Object) - Method in class org.xipki.pkcs11.wrapper.params.CkParams
- publicExponent() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- publicExponent(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- publicKey - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECMQV_DERIVE_PARAMS
-
Handle to the first party's ephemeral public key
- publicKey() - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- publicKeyInfo() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- publicKeyInfo(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- pValue - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ATTRIBUTE
-
PKCS#11:
- pVersion - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS
-
PKCS#11:
- pX - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEY_WRAP_SET_OAEP_PARAMS
-
extra data PKCS#11:
R
- RandomInfo - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS
-
PKCS#11:
- RandomInfo - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS
-
PKCS#11:
- remove(int) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- remove(Object) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
-
This remove method is most efficient when the element being removed is the last element.
- remove(T) - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBag
-
Remove a value from the bag.
- removeAll(Collection<?>) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- removeIf(Predicate<? super T>) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- removeLast() - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
-
Remove the last element from the list.
- replaceAll(UnaryOperator<T>) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- requireAmong(String, int, int...) - Static method in class org.xipki.pkcs11.wrapper.Functions
- requireAmong(String, long, long...) - Static method in class org.xipki.pkcs11.wrapper.Functions
- requiredCmsAttributes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- requiredCmsAttributes(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- requireNonNull(String, T) - Static method in class org.xipki.pkcs11.wrapper.Functions
- requireNonNull(String, T) - Static method in class org.xipki.pkcs11.wrapper.params.CkParams
- requireRange(String, int, int, int) - Static method in class org.xipki.pkcs11.wrapper.Functions
- requite(T) - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBag
-
This method will return a borrowed object to the bag.
- reserve(T) - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBag
-
The method is used to make an item in the bag "unavailable" for borrowing.
- resetOnInit() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- resetOnInit(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- resolution() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- resolution(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- retainAll(Collection<?>) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- RSA_AES_KEY_WRAP_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_RSA_AES_KEY_WRAP_PARAMS.
- RSA_AES_KEY_WRAP_PARAMS(int, RSA_PKCS_OAEP_PARAMS) - Constructor for class org.xipki.pkcs11.wrapper.params.RSA_AES_KEY_WRAP_PARAMS
-
Create a new RSA_AES_KEY_WRAP_PARAMS object with the given attributes.
- RSA_PKCS_OAEP_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_RSA_PKCS_OAEP_PARAMS.
- RSA_PKCS_OAEP_PARAMS(long, long) - Constructor for class org.xipki.pkcs11.wrapper.params.RSA_PKCS_OAEP_PARAMS
- RSA_PKCS_OAEP_PARAMS(long, long, long, byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.RSA_PKCS_OAEP_PARAMS
-
Create a new RSA_PKCS_OAEP_PARAMS object with the given attributes.
- RSA_PKCS_PSS_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_RSA_PKCS_PSS_PARAMS.
- RSA_PKCS_PSS_PARAMS(long, long, int) - Constructor for class org.xipki.pkcs11.wrapper.params.RSA_PKCS_PSS_PARAMS
-
Create a new CK_RSA_PKCS_PSS_PARAMS object with the given attributes.
- rsaModulus() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- rsaPublicExponent() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
S
- SALSA20_CHACHA20_POLY1305_MSG_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_SALSA20_CHACHA20_POLY1305_MSG_PARAMS.
- SALSA20_CHACHA20_POLY1305_MSG_PARAMS(byte[], byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_MSG_PARAMS
-
Create a new CK_SALSA20_CHACHA20_POLY1305_MSG_PARAMS object with the given attributes.
- SALSA20_CHACHA20_POLY1305_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_SALSA20_CHACHA20_POLY1305_PARAMS.
- SALSA20_CHACHA20_POLY1305_PARAMS(byte[], byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
-
Create a new CK_SALSA20_CHACHA20_POLY1305_PARAMS object with the given attributes.
- SALSA20_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_SALSA20_PARAMS.
- SALSA20_PARAMS(byte[], byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.SALSA20_PARAMS
-
Create a new SALSA20_PARAMS object with the given attributes.
- saltSource - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PKCS5_PBKD2_PARAMS
-
PKCS#11:
- seedRandom(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Mixes additional seeding material into the random number generator.
- sensitive - Variable in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
True, if this attribute is sensitive.
- sensitive() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- sensitive() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- sensitive(boolean) - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
Set, if this attribute is sensitive in the associated object.
- sensitive(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- serialNumber - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
must be blank padded and only the first 16 chars will be used
- serialNumber() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- serialNumber(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- Session - Class in org.xipki.pkcs11.wrapper
-
Session objects are used to perform cryptographic operations on a token.
- Session(Token, long) - Constructor for class org.xipki.pkcs11.wrapper.Session
-
Constructor taking the token and the session handle.
- sessionCancel() - Method in class org.xipki.pkcs11.wrapper.Session
-
terminates active session based operations.
- SessionInfo - Class in org.xipki.pkcs11.wrapper
-
An object of this class provides information about a session.
- SessionInfo(CK_SESSION_INFO) - Constructor for class org.xipki.pkcs11.wrapper.SessionInfo
-
Constructor taking a CK_SESSION_INFO object that provides the information.
- set(int, T) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- setAttributeValues(long, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Gets all present attributes of the given template object and writes them to the object to update on the token (or in the session).
- setAttributeValues(long, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
-
Gets all present attributes of the given template object and writes them to the object to update on the token (or in the session).
- setDataLen(int) - Method in class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
- setFlagBit(long) - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
-
Set the given feature flag.
- setLogger(Logger) - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
- setMaxMessageSize(int) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Sets the maximal message size sent to the PKCS#11 device in one command.
- setModule(PKCS11Module) - Method in class org.xipki.pkcs11.wrapper.Mechanism
- setModule(PKCS11Module) - Method in class org.xipki.pkcs11.wrapper.params.CkParams
- setOperationState(byte[], long, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Sets the operation state of this session to a previously saved one.
- setPIN(char[], char[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Set the user-PIN to a new value.
- setPIN(char[], char[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Set the user-PIN to a new value.
- setPublicKeyHandle(Long) - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
- setSessionHandle(long) - Method in class org.xipki.pkcs11.wrapper.Session
- setState(int) - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBagEntry
- setTimeOutWaitNewSession(int) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
- setUseUtf8Encoding(boolean) - Method in class org.xipki.pkcs11.wrapper.Slot
-
Specify, whether UTF8 character encoding shall be used for character array attributes and PINs.
- setValuesFromPKCS11Object(Object) - Method in class org.xipki.pkcs11.wrapper.params.CCM_MESSAGE_PARAMS
- setValuesFromPKCS11Object(Object) - Method in interface org.xipki.pkcs11.wrapper.params.CkMessageParams
- setValuesFromPKCS11Object(Object) - Method in class org.xipki.pkcs11.wrapper.params.GCM_MESSAGE_PARAMS
- setValuesFromPKCS11Object(Object) - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_MSG_PARAMS
- setValuesFromPKCS11Object(Object) - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
-
Read the parameters from the PKCS11Object and overwrite the values into this object.
- sign() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- sign() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- sign(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Signs the given data with the key and mechanism given to the signInit method.
- sign(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- sign(Mechanism, long, byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Signs the given data with the key and mechanism.
- sign(Mechanism, long, InputStream) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
This method can be used to sign large data.
- signature() - Method in class org.xipki.pkcs11.wrapper.multipart.VerifyMessageBytesEntry
- signature() - Method in class org.xipki.pkcs11.wrapper.multipart.VerifyMessageStreamEntry
- signature(byte[]) - Method in class org.xipki.pkcs11.wrapper.multipart.VerifyMessageBytesEntry
- signature(byte[]) - Method in class org.xipki.pkcs11.wrapper.multipart.VerifyMessageStreamEntry
- signEncryptUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Dual-function.
- signFinal() - Method in class org.xipki.pkcs11.wrapper.Session
-
This method finalizes a signing operation and returns the final result.
- signInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a new signing operation.
- signMessage(CkParams, byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
- signMessageBegin(CkParams) - Method in class org.xipki.pkcs11.wrapper.Session
-
SignMessageBegin begins a multiple-part message signature operation, where the signature is an appendix to the message.
- SignMessageBytesEntry - Class in org.xipki.pkcs11.wrapper.multipart
-
Parameter-pair for the multipart operation SignMessage.
- SignMessageBytesEntry() - Constructor for class org.xipki.pkcs11.wrapper.multipart.SignMessageBytesEntry
- signMessageNext(CkParams, byte[], boolean) - Method in class org.xipki.pkcs11.wrapper.Session
-
SignMessageNext continues a multiple-part message signature operation, processing another data part, or finishes a multiple-part message signature operation, returning the signature.
- signMessages(Mechanism, long, SignMessageBytesEntry[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Signs the given messages using the given mechanism and key.
- signMessages(Mechanism, long, SignMessageStreamEntry[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Signs the given messages using the given mechanism and key.
- SignMessageStreamEntry - Class in org.xipki.pkcs11.wrapper.multipart
-
Parameter-pair for the multipart operation VerifyMessage.
- SignMessageStreamEntry() - Constructor for class org.xipki.pkcs11.wrapper.multipart.SignMessageStreamEntry
- signRecover() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- signRecover() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- signRecover(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Signs the given data with the key and mechanism given to the signRecoverInit method.
- signRecover(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- signRecover(Mechanism, long, byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Sign-recovers the given data with the key and mechanism.
- signRecoverInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a new signing operation for signing with recovery.
- signRecoverSingle(Mechanism, long, byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
- signSingle(Mechanism, long, byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
- signUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method can be used to sign multiple pieces of data; e.g.
- signUpdate(byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method can be used to sign multiple pieces of data; e.g.
- signVerify(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- signVerifyRecover(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- size() - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBag
-
Get the total number of items in the bag.
- size() - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
-
Get the current number of elements in the FastList.
- sLen - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_PSS_PARAMS
-
PKCS#11:
- Slot - Class in org.xipki.pkcs11.wrapper
-
Objects of this class represent slots that can accept tokens.
- Slot(PKCS11Module, long) - Constructor for class org.xipki.pkcs11.wrapper.Slot
-
The constructor that takes a reference to the module and the slot ID.
- slotDescription - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SLOT_INFO
-
must be blank padded and only the first 64 chars will be used
- slotID - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SESSION_INFO
-
PKCS#11:
- SlotInfo - Class in org.xipki.pkcs11.wrapper
-
Objects of this call provide information about a slot.
- SlotInfo(CK_SLOT_INFO) - Constructor for class org.xipki.pkcs11.wrapper.SlotInfo
-
Constructor that takes the CK_SLOT_INFO object as given by PKCS11.C_GetSlotInfo().
- snapshot() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- sort(Comparator<? super T>) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- source - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_OAEP_PARAMS
-
PKCS#11:
- spliterator() - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- startDate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- startDate(Instant) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- startDate(Instant) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- state - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SESSION_INFO
-
PKCS#11:
- StaticLogger - Class in org.xipki.pkcs11.wrapper
-
A logger provide static logging-methods.
- StaticLogger() - Constructor for class org.xipki.pkcs11.wrapper.StaticLogger
- stringValue(String) - Method in class org.xipki.pkcs11.wrapper.attrs.CharArrayAttribute
-
Set the char-array value of this attribute.
- subject() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- subject(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- subject(byte[]) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- subList(int, int) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- subprime() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- subprime(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- subprimeBits() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- subprimeBits(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- supportedCmsAttributes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- supportedCmsAttributes(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- supports(MechanismInfo) - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
-
Check, if this mechanism info has those flags set to true, which are set in the given mechanism info.
- supportsMechanism(long, long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Returns whether the mechanism for given purpose is supported.
T
- TIMEUNIT_DISPLAY_VALUES - Static variable in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
- TIMEUNITS_DESCENDING - Static variable in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
- toArray() - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- toArray(E[]) - Method in class org.xipki.pkcs11.wrapper.concurrent.FastList
- toCkAttributes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- toFullHex(long) - Static method in class org.xipki.pkcs11.wrapper.Functions
-
Converts a long value to a hexadecimal String of length 16.
- toHex(byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
-
Converts a byte array to a hexadecimal String.
- toHex(byte[], int, int) - Static method in class org.xipki.pkcs11.wrapper.Functions
- token - Variable in class org.xipki.pkcs11.wrapper.Session
-
The token to perform the operations on.
- token() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- token(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- token(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- Token - Class in org.xipki.pkcs11.wrapper
-
Objects of this class represent PKCS#11 tokens.
- Token(Slot) - Constructor for class org.xipki.pkcs11.wrapper.Token
-
The constructor that takes a reference to the module and the slot ID.
- TokenException - Exception in org.xipki.pkcs11.wrapper
-
The base class for all exceptions in this package.
- TokenException(Exception) - Constructor for exception org.xipki.pkcs11.wrapper.TokenException
-
Constructor taking another exception to wrap.
- TokenException(String) - Constructor for exception org.xipki.pkcs11.wrapper.TokenException
-
Constructor taking an exception message.
- TokenException(String, Exception) - Constructor for exception org.xipki.pkcs11.wrapper.TokenException
-
Constructor taking a message for this exception and another exception to wrap.
- TokenInfo - Class in org.xipki.pkcs11.wrapper
-
Objects of this class provide information about a token.
- TokenInfo(CK_TOKEN_INFO) - Constructor for class org.xipki.pkcs11.wrapper.TokenInfo
-
Constructor taking CK_TOKEN_INFO as given returned by PKCS11.C_GetTokenInfo.
- toMillis(long) - Static method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
-
Convert an opaque time-stamp returned by currentTime() into milliseconds.
- toMillis0(long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.MillisecondClockSource
- toMillis0(long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.NanosecondClockSource
- toMillis0(long) - Method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
- toNanos(long) - Static method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
-
Convert an opaque time-stamp returned by currentTime() into nanoseconds.
- toNanos0(long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.MillisecondClockSource
- toNanos0(long) - Method in class org.xipki.pkcs11.wrapper.concurrent.ClockSource.NanosecondClockSource
- toNanos0(long) - Method in interface org.xipki.pkcs11.wrapper.concurrent.ClockSource
- toOctetOrBitString(byte[], boolean) - Static method in class org.xipki.pkcs11.wrapper.Functions
- toString() - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- toString() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
Get a string representation of this attribute.
- toString() - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- toString() - Method in class org.xipki.pkcs11.wrapper.Mechanism
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.ModuleInfo
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.params.CkParams
- toString() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyId
- toString() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyPair
-
Returns a string representation of the current object.
- toString() - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.Session
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.SessionInfo
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.Slot
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.Token
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.Version
-
Returns the string representation of this object.
- toString(boolean, int, String) - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
Get a string representation of this attribute.
- toString(boolean, String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- toString(int) - Method in class org.xipki.pkcs11.wrapper.attrs.LongAttribute
-
Get a string representation of this attribute.
- toString(String) - Method in class org.xipki.pkcs11.wrapper.Mechanism
- toString(String) - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.AES_CBC_ENCRYPT_DATA_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.ByteArrayParams
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.CCM_MESSAGE_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.CHACHA20_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.CkParams
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.CkParamsWithExtra
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.ECDH1_DERIVE_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.ECDH2_DERIVE_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.ECMQV_DERIVE_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.EXTRACT_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.GCM_MESSAGE_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.GCM_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.KEA_DERIVE_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.KEY_DERIVATION_STRING_DATA
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.KEY_WRAP_SET_OAEP_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.LongParams
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.MechanismParams
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.PBE_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.PKCS5_PBKD2_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.RSA_AES_KEY_WRAP_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_OAEP_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_PSS_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_MSG_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.Utimaco_ECDSA_ECIES_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.X9_42_DH1_DERIVE_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.X9_42_DH2_DERIVE_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.params.X9_42_MQV_DERIVE_PARAMS
- toString(String) - Method in class org.xipki.pkcs11.wrapper.SlotInfo
- toString(String) - Method in class org.xipki.pkcs11.wrapper.TokenInfo
- toString(String, byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
- toStringFlags(PKCS11Constants.Category, String, long, long...) - Static method in class org.xipki.pkcs11.wrapper.Functions
- trace(String, Object...) - Method in interface org.xipki.pkcs11.wrapper.Logger
- trace(String, Object...) - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
- trusted() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- trusted() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- trusted(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- type - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ATTRIBUTE
-
PKCS#11:
- type() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
U
- ulAESKeyBits - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH_AES_KEY_WRAP_PARAMS
-
PKCS#11:
- ulAESKeyBits - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RSA_AES_KEY_WRAP_PARAMS
-
PKCS#11:
- ulDataLen - Variable in class iaik.pkcs.pkcs11.wrapper.CK_CCM_MESSAGE_PARAMS
-
PKCS#11:
- ulDataLen - Variable in class iaik.pkcs.pkcs11.wrapper.CK_CCM_PARAMS
-
PKCS#11:
- ulDeviceError - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SESSION_INFO
-
PKCS#11:
- ulEffectiveBits - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC2_CBC_PARAMS
-
PKCS#11:
- ulEffectiveBits - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC2_MAC_GENERAL_PARAMS
-
PKCS#11:
- ulFreePrivateMemory - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
- ulFreePublicMemory - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
- ulIteration - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PBE_PARAMS
-
PKCS#11:
- ulIvFixedBits - Variable in class iaik.pkcs.pkcs11.wrapper.CK_GCM_MESSAGE_PARAMS
-
PKCS#11:
- ulIVSizeInBits - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS
-
PKCS#11:
- ulKeySizeInBits - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS
-
PKCS#11:
- ulMacLen - Variable in class iaik.pkcs.pkcs11.wrapper.CK_CCM_PARAMS
-
PKCS#11:
- ulMacLength - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC2_MAC_GENERAL_PARAMS
-
PKCS#11:
- ulMacLength - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC5_MAC_GENERAL_PARAMS
-
PKCS#11:
- ulMacSizeInBits - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS
-
PKCS#11:
- ulMaxKeySize - Variable in class iaik.pkcs.pkcs11.wrapper.CK_MECHANISM_INFO
-
PKCS#11:
- ulMaxPinLen - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
- ulMaxRwSessionCount - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
- ulMaxSessionCount - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
- ulMinKeySize - Variable in class iaik.pkcs.pkcs11.wrapper.CK_MECHANISM_INFO
-
PKCS#11:
- ulMinPinLen - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
- ulNonceFixedBits - Variable in class iaik.pkcs.pkcs11.wrapper.CK_CCM_MESSAGE_PARAMS
-
PKCS#11:
- ulPrivateDataLen - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
-
PKCS#11:
- ulPrivateDataLen - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECMQV_DERIVE_PARAMS
-
the length in bytes of the second EC private key
- ulPrivateDataLen - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH2_DERIVE_PARAMS
-
PKCS#11:
- ulPrivateDataLen - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DHMQV_DERIVE_PARAMS
-
PKCS#11:
- ulRounds - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC5_CBC_PARAMS
-
PKCS#11:
- ulRounds - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC5_MAC_GENERAL_PARAMS
-
PKCS#11:
- ulRounds - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC5_PARAMS
-
PKCS#11:
- ulRwSessionCount - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
- ulSessionCount - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
- ulTagBits - Variable in class iaik.pkcs.pkcs11.wrapper.CK_GCM_PARAMS
- ulTotalPrivateMemory - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
- ulTotalPublicMemory - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
PKCS#11:
- ulWordsize - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC5_CBC_PARAMS
-
PKCS#11:
- ulWordsize - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC5_MAC_GENERAL_PARAMS
-
PKCS#11:
- ulWordsize - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC5_PARAMS
-
PKCS#11:
- uniqueId() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- uniqueId(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- UnlockMutex - Variable in class iaik.pkcs.pkcs11.wrapper.CK_C_INITIALIZE_ARGS
-
PKCS#11:
- unreserve(T) - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBag
-
This method is used to make an item reserved via
reserve(T)available again for borrowing. - unwrap() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- unwrap() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- unwrap(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- unwrapKey(Mechanism, long, byte[], AttributeVector) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Unwraps (decrypts) the given encrypted key with the unwrapping key using the given mechanism.
- unwrapKey(Mechanism, long, byte[], AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
-
Unwraps (decrypts) the given encrypted key with the unwrapping key using the given mechanism.
- unwrapTemplate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- unwrapTemplate(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- unwrapWrap(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
- url() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- url(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- utcTime - Variable in class iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
only the first 16 chars will be used PKCS#11:
- utf8Decoder(byte[]) - Static method in class iaik.pkcs.pkcs11.wrapper.PKCS11UTIL
-
decodes the given UTF8 Encoding to a char array.
- utf8Encoder(char[]) - Static method in class iaik.pkcs.pkcs11.wrapper.PKCS11UTIL
-
encodes the given charArray as UTF8 encoded byte array.
- Utimaco_ECDSA_ECIES_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents Utimaco's vendor CK_ECDSA_ECIES_PARAMS, which is used in Utimaco's vendor mechanism CKM_ECDSA_ECIES
- Utimaco_ECDSA_ECIES_PARAMS(long, long, long, long, long) - Constructor for class org.xipki.pkcs11.wrapper.params.Utimaco_ECDSA_ECIES_PARAMS
- Utimaco_ECDSA_ECIES_PARAMS(long, long, long, long, long, byte[], byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.Utimaco_ECDSA_ECIES_PARAMS
V
- val2Str(String, String, Object) - Method in class org.xipki.pkcs11.wrapper.params.CkParams
- value() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- value() - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBagEntry
- value(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- valueBits() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- valueBits(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- valueLen() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- valueLen() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- valueLen(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- valueOf(String) - Static method in enum org.xipki.pkcs11.wrapper.PKCS11Constants.Category
-
Returns the enum constant of this type with the specified name.
- values() - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBag
-
This method provides a "snapshot" in time of the bag items.
- values() - Static method in enum org.xipki.pkcs11.wrapper.PKCS11Constants.Category
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(int) - Method in class org.xipki.pkcs11.wrapper.concurrent.ConcurrentBag
-
This method provides a "snapshot" in time of the BagEntry items in the bag in the specified state.
- vendorToGenericCode(PKCS11Constants.Category, long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
- verify() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- verify() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- verify(byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Verifies the given signature against the given data with the key and mechanism given to the verifyInit method.
- verify(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- verify(Mechanism, long, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Verifies the given signature against the given data with the key and mechanism.
- verify(Mechanism, long, InputStream, byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
This method can be used to verify large data.
- verifyFinal(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method finalizes a verification operation.
- verifyInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a new verification operation.
- verifyMessage(CkParams, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Verifies a signature on a message in a single part operation.
- verifyMessageBegin(CkParams) - Method in class org.xipki.pkcs11.wrapper.Session
-
Begins a multipart message verification operation.
- VerifyMessageBytesEntry - Class in org.xipki.pkcs11.wrapper.multipart
-
Parameter-pair for the multipart operation VerifyMessage.
- VerifyMessageBytesEntry() - Constructor for class org.xipki.pkcs11.wrapper.multipart.VerifyMessageBytesEntry
- verifyMessageNext(CkParams, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
continues a multiple-part message verification operation, processing another data part, or finishes a multiple-part message verification operation, checking the signature.
- verifyMessages(Mechanism, long, VerifyMessageBytesEntry[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
- verifyMessages(Mechanism, long, VerifyMessageStreamEntry[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Verify the signatures over given messages using the given mechanism and key.
- VerifyMessageStreamEntry - Class in org.xipki.pkcs11.wrapper.multipart
-
Parameter-pair for the multipart operation VerifyMessage.
- VerifyMessageStreamEntry() - Constructor for class org.xipki.pkcs11.wrapper.multipart.VerifyMessageStreamEntry
- verifyRecover() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- verifyRecover() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- verifyRecover(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Verifies the given data with the key and mechanism given to the verifyRecoverInit method.
- verifyRecover(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- verifyRecover(Mechanism, long, byte[]) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Verify-recovers the given data with the key and mechanism.
- verifyRecoverInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a new verification operation for verification with data recovery.
- verifyRecoverSingle(Mechanism, long, byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
- verifySingle(Mechanism, long, byte[], byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
- verifyUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method can be used to verify a signature with multiple pieces of data; e.g.
- Version - Class in org.xipki.pkcs11.wrapper
-
Objects of this class represent a version.
- Version(byte, byte) - Constructor for class org.xipki.pkcs11.wrapper.Version
-
Constructor for internal use only.
- Version(CK_VERSION) - Constructor for class org.xipki.pkcs11.wrapper.Version
-
Constructor taking a CK_VERSION object.
W
- waitForSlotEvent(boolean) - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
-
Waits for a slot event.
- warn(String, Object...) - Method in interface org.xipki.pkcs11.wrapper.Logger
- warn(String, Object...) - Static method in class org.xipki.pkcs11.wrapper.StaticLogger
- wrap() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- wrap() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- wrap(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- wrapKey(Mechanism, long, long) - Method in class org.xipki.pkcs11.wrapper.PKCS11Token
-
Wraps (encrypts) the given key with the wrapping key using the given mechanism.
- wrapKey(Mechanism, long, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Wraps (encrypts) the given key with the wrapping key using the given mechanism.
- wrapTemplate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- wrapTemplate(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- wrapWithTrusted() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
- wrapWithTrusted() - Method in class org.xipki.pkcs11.wrapper.PKCS11Key
- wrapWithTrusted(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
X
- X9_42_DH1_DERIVE_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_X9_42_DH1_DERIVE_PARAMS.
- X9_42_DH1_DERIVE_PARAMS(long, byte[], byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.X9_42_DH1_DERIVE_PARAMS
- X9_42_DH2_DERIVE_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_X9_42_DH2_DERIVE_PARAMS.
- X9_42_DH2_DERIVE_PARAMS(long, byte[], byte[], int, long, byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.X9_42_DH2_DERIVE_PARAMS
- X9_42_MQV_DERIVE_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_X9_42_MQV_DERIVE_PARAMS.
- X9_42_MQV_DERIVE_PARAMS(long, byte[], byte[], int, long, byte[], long) - Constructor for class org.xipki.pkcs11.wrapper.params.X9_42_MQV_DERIVE_PARAMS
Y
A B C D E F G H I J K L M N O P R S T U V W X YAll Classes All Packages