- c - Variable in class it.trento.comune.j4sign.examples.GUITest
-
- 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[]) - 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[]) - 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[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_CreateObject creates a new object.
- C_CreateObject(long, CK_ATTRIBUTE[]) - 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) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DecryptInit initializes a decryption operation.
- C_DecryptInit(long, CK_MECHANISM, long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_DecryptInit initializes a decryption operation.
- 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[]) - 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[]) - 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) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_DigestInit initializes a message-digesting operation.
- C_DigestInit(long, CK_MECHANISM) - 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 multi-part 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 multi-part 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) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_EncryptInit initializes an encryption operation.
- C_EncryptInit(long, CK_MECHANISM, long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_EncryptInit initializes an encryption operation.
- 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[]) - 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[]) - 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[]) - 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[]) - 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[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_GenerateKeyPair generates a public native-key/private-key pair,
creating new key objects.
- C_GenerateKeyPair(long, CK_MECHANISM, CK_ATTRIBUTE[], CK_ATTRIBUTE[]) - 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[]) - 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[]) - 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) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_Initialize initializes the Cryptoki library.
- C_Initialize(Object) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_Initialize initializes the Cryptoki library.
- C_InitPIN(long, char[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_InitPIN initializes the normal user's PIN.
- C_InitPIN(long, char[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_InitPIN initializes the normal user's PIN.
- C_InitToken(long, char[], char[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_InitToken initializes a token.
- C_InitToken(long, char[], char[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_InitToken initializes a token.
- C_Login(long, long, char[]) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_Login logs a user into a token.
- C_Login(long, long, char[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_Login 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_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_SetAttributeValue(long, long, CK_ATTRIBUTE[]) - 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[]) - 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[]) - 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[]) - 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 signing and
encryption operation.
- C_SignEncryptUpdate(long, byte[]) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_SignEncryptUpdate continues a multiple-part signing 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) - 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) - 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_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) - 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) - 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[]) - 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[]) - 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) - 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
cannot be recovered from the signature (e.g.
- C_VerifyInit(long, CK_MECHANISM, long) - 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
cannot be recovered from the signature (e.g.
- 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) - 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) - 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) - Method in interface iaik.pkcs.pkcs11.wrapper.PKCS11
-
C_WrapKey wraps (i.e., encrypts) a key.
- C_WrapKey(long, CK_MECHANISM, long, long) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
C_WrapKey wraps (i.e., encrypts) a key.
- cachedATR - Variable in class it.trento.comune.j4sign.pcsc.PCSCHelper
-
The ATR of the presently inserted card.
- cades - Variable in class it.trento.comune.j4sign.verification.VerifyResult
-
- CAFilePath - Variable in class it.trento.comune.j4sign.verification.RootsVerifier
-
- canceled - Variable in class it.trento.comune.j4sign.verification.Verifier
-
- card - Variable in class it.trento.comune.j4sign.pcsc.CardInReaderInfo
-
- cardHandle - Variable in class it.trento.comune.j4sign.pcsc.PCSCHelper
-
The cardHandle
- CardInfo - Class in it.trento.comune.j4sign.pcsc
-
Stores informations about a card.
- CardInfo() - Constructor for class it.trento.comune.j4sign.pcsc.CardInfo
-
- cardInfos - Variable in class it.trento.comune.j4sign.pcsc.PCSCHelper
-
- CardInReaderInfo - Class in it.trento.comune.j4sign.pcsc
-
Stores informations about a card and its reader.
- CardInReaderInfo() - Constructor for class it.trento.comune.j4sign.pcsc.CardInReaderInfo
-
- CardInReaderInfo(String, CardInfo) - Constructor for class it.trento.comune.j4sign.pcsc.CardInReaderInfo
-
- cardInserted - Variable in class it.trento.comune.j4sign.pcsc.PCSCHelper
-
Is a card inserted currently?
- cards - Variable in class it.trento.comune.j4sign.pcsc.PCSCHelper
-
- CAroot - Variable in class it.trento.comune.j4sign.verification.CertValidity
-
- CAroot - Variable in class it.trento.comune.j4sign.verification.Verifier
-
- cert - Variable in class it.trento.comune.j4sign.cms.ExternalSignatureSignerInfoGenerator
-
The signer certificate, needed to extract
IssuerAndSerialNumber
CMS information.
- cert - Variable in class it.trento.comune.j4sign.verification.CertValidity
-
- cert - Variable in class it.trento.comune.j4sign.verification.VerifyResult
-
- certArea - Variable in class it.trento.comune.j4sign.examples.GUITest
-
- certArea - Variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
-
- certAuths - Variable in class it.trento.comune.j4sign.verification.X509CertRL
-
- certBytes - Variable in class it.trento.comune.j4sign.cms.utils.CMSBuilder
-
- certificate - Variable in class it.trento.comune.j4sign.examples.DigestSignTask
-
- certificate - Variable in class it.trento.comune.j4sign.examples.FindCertTask
-
- certificate - Variable in class it.trento.comune.j4sign.examples.GUITest
-
- certificate - Variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
-
- certificate - Variable in class it.trento.comune.j4sign.examples.SimpleSignApplet
-
Deprecated.
- CertificationAuthorities - Class in it.trento.comune.j4sign.verification
-
CA (Certification Authorities) that issue digital certificates
(also called digital passports, X.509 certificates, or public-key
certificates).
- CertificationAuthorities() - Constructor for class it.trento.comune.j4sign.verification.CertificationAuthorities
-
Instatiate the class with an empty list of CA.
- CertificationAuthorities(File, boolean) - Constructor for class it.trento.comune.j4sign.verification.CertificationAuthorities
-
This loads CA certificates in the specified dir
Carica i certificati delle CA dai file presenti nella directory
specificata
- CertificationAuthorities(File) - Constructor for class it.trento.comune.j4sign.verification.CertificationAuthorities
-
This loads CA certificates in the specified dir
No debug message is shown
Carica i certificati delle CA dai file presenti nella directory
specificata.
- CertificationAuthorities(InputStream, boolean) - Constructor for class it.trento.comune.j4sign.verification.CertificationAuthorities
-
This loads CA certificates from a ZIP file
Carica i certificati delle CA da file ZIP
- CertificationAuthorities(InputStream) - Constructor for class it.trento.comune.j4sign.verification.CertificationAuthorities
-
This loads CA certificates from a ZIP file.
- certPathError - Variable in class it.trento.comune.j4sign.verification.CertValidity
-
- certPathError - Variable in class it.trento.comune.j4sign.verification.VerifyResult
-
- certs - Variable in class it.trento.comune.j4sign.cms.ExternalSignatureCMSSignedDataGenerator
-
The set of certificates useful for this message.
- certs - Variable in class it.trento.comune.j4sign.pcsc.CardInReaderInfo
-
- certTask - Variable in class it.trento.comune.j4sign.examples.GUITest
-
- certTask - Variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
-
- CertTest - Class in it.trento.comune.j4sign.examples
-
A class for testing KeyUsage extension of X509 certificates.
- CertTest() - Constructor for class it.trento.comune.j4sign.examples.CertTest
-
- CertUtils - Class in it.trento.comune.j4sign.verification.utils
-
- CertUtils() - Constructor for class it.trento.comune.j4sign.verification.utils.CertUtils
-
- CertUtils.QCStatements - Class in it.trento.comune.j4sign.verification.utils
-
- CertUtils.QCStatements() - Constructor for class it.trento.comune.j4sign.verification.utils.CertUtils.QCStatements
-
- CertValidity - Class in it.trento.comune.j4sign.verification
-
This class is constructed with a certificate X509Certificate c and CertificationAuthorities C
Checks the validity of the certificate.
- CertValidity(X509Certificate, CertificationAuthorities) - Constructor for class it.trento.comune.j4sign.verification.CertValidity
-
Constructor of the class.
- CertValidity(X509Certificate, CertificationAuthorities, boolean, File) - Constructor for class it.trento.comune.j4sign.verification.CertValidity
-
Constructor of the class.
- changedUpdate(DocumentEvent) - Method in class it.trento.comune.j4sign.examples.GUITest
-
- check(X509CRL, X509Certificate, Date) - Method in class it.trento.comune.j4sign.verification.X509CertRL
-
Checks validity of CRL of the specified CA at the specified date
Controlla la validita' di una CRL rispetto ad una specifica CA ed ad una
data prefissata
- checkBuffer(char[], int) - Static method in class it.trento.comune.j4sign.examples.PasswordMasker
-
Checks if buffer is sufficiently large to store an element at an index == offset.
- checkIntegrity() - Method in class it.trento.comune.j4sign.verification.VerifyResult
-
Main signature verification and signature attributes correctness
Verifica principale della firma e di correttezza degli attributi.
- checkQCStatements - Variable in class it.trento.comune.j4sign.verification.VerifyResult
-
- 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_CREATEMUTEX - Interface in iaik.pkcs.pkcs11.wrapper
-
interface CK_CREATEMUTEX.
- CK_CREATEMUTEX() - Method in interface iaik.pkcs.pkcs11.wrapper.CK_CREATEMUTEX
-
Method CK_CREATEMUTEX
- CK_DATE - Class in iaik.pkcs.pkcs11.wrapper
-
class .
- CK_DATE() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_DATE
-
- CK_DES_CBC_ENCRYPT_DATA_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
The class CK_DES_CBC_ENCRYPT_DATA_PARAMS provides the parameters to the
CKM_DES_CBC_ENCRYPT_DATA and CKM_DES3_CBC_ENCRYPT_DATA mechanisms.
- CK_DES_CBC_ENCRYPT_DATA_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_DES_CBC_ENCRYPT_DATA_PARAMS
-
- CK_DESTROYMUTEX - Interface in iaik.pkcs.pkcs11.wrapper
-
interface CK_DESTROYMUTEX.
- CK_DESTROYMUTEX(Object) - Method in interface iaik.pkcs.pkcs11.wrapper.CK_DESTROYMUTEX
-
Method CK_DESTROYMUTEX
- CK_ECDH1_DERIVE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_ECDH1_DERIVE_PARAMS provides the parameters to the
CKM_ECDH1_DERIVE and CKM_ECDH1_COFACTOR_DERIVE mechanisms.
- CK_ECDH1_DERIVE_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_ECDH1_DERIVE_PARAMS
-
- CK_ECDH2_DERIVE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_ECDH2_DERIVE_PARAMS provides the parameters to the
CKM_ECMQV_DERIVE mechanism.
- CK_ECDH2_DERIVE_PARAMS() - Constructor for class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
-
- CK_EFFECTIVELY_INFINITE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- 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_INVALID_HANDLE - Static variable in interface iaik.pkcs.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_PBE_PARAMS - Class in iaik.pkcs.pkcs11.wrapper
-
class CK_PBE_PARAMS provides all of 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_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_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_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_UNAVAILABLE_INFORMATION - Static variable in interface iaik.pkcs.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
-
- CKA_AC_ISSUER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_ALLOWED_MECHANISMS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_ALWAYS_AUTHENTICATE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_ALWAYS_SENSITIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_APPLICATION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_ATTR_TYPES - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_AUTH_PIN_FLAGS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_BASE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_BITS_PER_PIXEL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_CERTIFICATE_CATEGORY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_CERTIFICATE_TYPE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_CHAR_COLUMNS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_CHAR_ROWS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_CHAR_SETS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_CHECK_VALUE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_CLASS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_COEFFICIENT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_COLOR - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_DECRYPT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_DEFAULT_CMS_ATTRIBUTES - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_EC_PARAMS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_EC_POINT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_ECDSA_PARAMS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_ENCODING_METHODS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_ENCRYPT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_END_DATE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_EXPONENT_1 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_EXPONENT_2 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_EXTRACTABLE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_HAS_RESET - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_HASH_OF_ISSUER_PUBLIC_KEY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_HASH_OF_SUBJECT_PUBLIC_KEY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_HW_FEATURE_TYPE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_ID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_ISSUER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_JAVA_MIDP_SECURITY_DOMAIN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_KEY_GEN_MECHANISM - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_KEY_TYPE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_LABEL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_LOCAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_MECHANISM_TYPE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_MIME_TYPES - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_MODIFIABLE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_MODULUS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_MODULUS_BITS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_NEVER_EXTRACTABLE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_OBJECT_ID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_OWNER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_PIXEL_X - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_PIXEL_Y - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_PRIME - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_PRIME_1 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_PRIME_2 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_PRIME_BITS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_PRIVATE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_PRIVATE_EXPONENT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_PUBLIC_EXPONENT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_REQUIRED_CMS_ATTRIBUTES - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_RESET_ON_INIT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_RESOLUTION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_SECONDARY_AUTH - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_SENSITIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_SERIAL_NUMBER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_SIGN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_SIGN_RECOVER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_START_DATE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_SUB_PRIME_BITS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_SUBJECT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_SUBPRIME - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_SUPPORTED_CMS_ATTRIBUTES - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_TOKEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_TRUSTED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_UNWRAP - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_UNWRAP_TEMPLATE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_URL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_VALUE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_VALUE_BITS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_VALUE_LEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_VENDOR_DEFINED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_VERIFY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_VERIFY_RECOVER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_WRAP - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_WRAP_TEMPLATE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKA_WRAP_WITH_TRUSTED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKC_VENDOR_DEFINED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKC_WTLS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKC_X_509 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKC_X_509_ATTR_CERT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKD_NULL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKD_SHA1_KDF - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKD_SHA1_KDF_ASN1 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKD_SHA1_KDF_CONCATENATE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_ARRAY_ATTRIBUTE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_CLOCK_ON_TOKEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_DECRYPT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_DIGEST - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_DONT_BLOCK - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_DUAL_CRYPTO_OPERATIONS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_EC_COMPRESS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_EC_ECPARAMETERS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_EC_F_2M - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_EC_F_P - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_EC_NAMEDCURVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_EC_UNCOMPRESS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_ENCRYPT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_EXTENSION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_GENERATE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_GENERATE_KEY_PAIR - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_HW - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_HW_SLOT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_LIBRARY_CANT_CREATE_OS_THREADS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_LOGIN_REQUIRED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_OS_LOCKING_OK - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_PROTECTED_AUTHENTICATION_PATH - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_REMOVABLE_DEVICE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_RESTORE_KEY_NOT_NEEDED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_RNG - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_RW_SESSION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_SECONDARY_AUTHENTICATION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_SERIAL_SESSION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_SIGN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_SIGN_RECOVER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_SO_PIN_COUNT_LOW - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_SO_PIN_FINAL_TRY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_SO_PIN_LOCKED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_SO_PIN_TO_BE_CHANGED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_TOKEN_INITIALIZED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_TOKEN_PRESENT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_UNWRAP - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_USER_PIN_COUNT_LOW - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_USER_PIN_FINAL_TRY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_USER_PIN_INITIALIZED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_USER_PIN_LOCKED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_USER_PIN_TO_BE_CHANGED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_VERIFY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_VERIFY_RECOVER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_WRAP - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKF_WRITE_PROTECTED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKG_MGF1_SHA1 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKG_MGF1_SHA256 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKG_MGF1_SHA384 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKG_MGF1_SHA512 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKH_CLOCK - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKH_MONOTONIC_COUNTER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKH_USER_INTERFACE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKH_VENDOR_DEFINED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_AES - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_BATON - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_BLOWFISH - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_CAST - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_CAST128 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_CAST3 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_CAST5 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_CDMF - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_DES - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_DES2 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_DES3 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_DH - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_DSA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_EC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_ECDSA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_GENERIC_SECRET - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_IDEA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_JUNIPER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_KEA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_RC2 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_RC4 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_RC5 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_RSA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_SKIPJACK - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_TWOFISH - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_VENDOR_DEFINED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKK_X9_42_DH - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_AES_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_AES_CBC_ENCRYPT_DATA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_AES_CBC_PAD - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_AES_ECB - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_AES_ECB_ENCRYPT_DATA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_AES_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_AES_MAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_AES_MAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_BATON_CBC128 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_BATON_COUNTER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_BATON_ECB128 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_BATON_ECB96 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_BATON_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_BATON_SHUFFLE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_BATON_WRAP - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_BLOWFISH_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_BLOWFISH_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST128_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST128_CBC_PAD - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST128_ECB - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST128_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST128_MAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST128_MAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST3_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST3_CBC_PAD - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST3_ECB - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST3_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST3_MAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST3_MAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST5_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST5_CBC_PAD - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST5_ECB - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST5_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST5_MAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST5_MAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST_CBC_PAD - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST_ECB - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST_MAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CAST_MAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CDMF_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CDMF_CBC_PAD - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CDMF_ECB - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CDMF_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CDMF_MAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CDMF_MAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CMS_SIG - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CONCATENATE_BASE_AND_DATA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CONCATENATE_BASE_AND_KEY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_CONCATENATE_DATA_AND_BASE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES2_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES3_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES3_CBC_ENCRYPT_DATA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES3_CBC_PAD - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES3_ECB - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES3_ECB_ENCRYPT_DATA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES3_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES3_MAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES3_MAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES_CBC_ENCRYPT_DATA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES_CBC_PAD - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES_CFB64 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES_CFB8 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES_ECB - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES_ECB_ENCRYPT_DATA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES_MAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES_MAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES_OFB64 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DES_OFB8 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DH_PKCS_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DH_PKCS_KEY_PAIR_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DH_PKCS_PARAMETER_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DSA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DSA_KEY_PAIR_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DSA_PARAMETER_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_DSA_SHA1 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_EC_KEY_PAIR_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_ECDH1_COFACTOR_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_ECDH1_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_ECDSA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_ECDSA_KEY_PAIR_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_ECDSA_SHA1 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_ECMQV_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_EXTRACT_KEY_FROM_KEY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_FASTHASH - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_FORTEZZA_TIMESTAMP - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_GENERIC_SECRET_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_IDEA_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_IDEA_CBC_PAD - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_IDEA_ECB - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_IDEA_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_IDEA_MAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_IDEA_MAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_JUNIPER_CBC128 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_JUNIPER_COUNTER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_JUNIPER_ECB128 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_JUNIPER_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_JUNIPER_SHUFFLE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_JUNIPER_WRAP - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_KEA_KEY_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_KEA_KEY_PAIR_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_KEY_WRAP_LYNKS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_KEY_WRAP_SET_OAEP - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_MD2 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_MD2_HMAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_MD2_HMAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_MD2_KEY_DERIVATION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_MD2_RSA_PKCS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_MD5 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_MD5_HMAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_MD5_HMAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_MD5_KEY_DERIVATION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_MD5_RSA_PKCS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBA_SHA1_WITH_SHA1_HMAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_MD2_DES_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_MD5_CAST128_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_MD5_CAST3_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_MD5_CAST5_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_MD5_CAST_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_MD5_DES_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_SHA1_CAST128_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_SHA1_CAST5_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_SHA1_DES2_EDE_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_SHA1_DES3_EDE_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_SHA1_RC2_128_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_SHA1_RC2_40_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_SHA1_RC4_128 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PBE_SHA1_RC4_40 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_PKCS5_PBKD2 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC2_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC2_CBC_PAD - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC2_ECB - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC2_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC2_MAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC2_MAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC4 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC4_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC5_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC5_CBC_PAD - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC5_ECB - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC5_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC5_MAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RC5_MAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RIPEMD128 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RIPEMD128_HMAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RIPEMD128_HMAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RIPEMD128_RSA_PKCS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RIPEMD160 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RIPEMD160_HMAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RIPEMD160_HMAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RIPEMD160_RSA_PKCS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RSA_9796 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RSA_PKCS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RSA_PKCS_KEY_PAIR_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RSA_PKCS_OAEP - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RSA_PKCS_PSS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RSA_X9_31 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RSA_X9_31_KEY_PAIR_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_RSA_X_509 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA1_KEY_DERIVATION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA1_RSA_PKCS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA1_RSA_PKCS_PSS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA1_RSA_X9_31 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA256 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA256_HMAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA256_HMAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA256_KEY_DERIVATION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA256_RSA_PKCS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA256_RSA_PKCS_PSS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA384 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA384_HMAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA384_HMAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA384_KEY_DERIVATION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA384_RSA_PKCS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA384_RSA_PKCS_PSS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA512 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA512_HMAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA512_HMAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA512_KEY_DERIVATION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA512_RSA_PKCS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA512_RSA_PKCS_PSS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA_1 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA_1_HMAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SHA_1_HMAC_GENERAL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SKIPJACK_CBC64 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SKIPJACK_CFB16 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SKIPJACK_CFB32 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SKIPJACK_CFB64 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SKIPJACK_CFB8 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SKIPJACK_ECB64 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SKIPJACK_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SKIPJACK_OFB64 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SKIPJACK_PRIVATE_WRAP - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SKIPJACK_RELAYX - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SKIPJACK_WRAP - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SSL3_KEY_AND_MAC_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SSL3_MASTER_KEY_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SSL3_MASTER_KEY_DERIVE_DH - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SSL3_MD5_MAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SSL3_PRE_MASTER_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_SSL3_SHA1_MAC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_TLS_KEY_AND_MAC_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_TLS_MASTER_KEY_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_TLS_MASTER_KEY_DERIVE_DH - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_TLS_PRE_MASTER_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_TLS_PRF - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_TWOFISH_CBC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_TWOFISH_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_VENDOR_DEFINED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_WTLS_CLIENT_KEY_AND_MAC_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_WTLS_MASTER_KEY_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_WTLS_MASTER_KEY_DERIVE_DH_ECC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_WTLS_MASTER_KEY_DERVIE_DH_ECC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_WTLS_PRE_MASTER_KEY_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_WTLS_PRF - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_WTLS_SERVER_KEY_AND_MAC_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_X9_42_DH_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_X9_42_DH_HYBRID_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_X9_42_DH_KEY_PAIR_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_X9_42_DH_PARAMETER_GEN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_X9_42_MQV_DERIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKM_XOR_BASE_AND_DATA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKN_SURRENDER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKO_CERTIFICATE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKO_DATA - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKO_DOMAIN_PARAMETERS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKO_HW_FEATURE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKO_MECHANISM - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKO_PRIVATE_KEY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKO_PUBLIC_KEY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKO_SECRET_KEY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKO_VENDOR_DEFINED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKP_PKCS5_PBKD2_HMAC_SHA1 - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_ARGUMENTS_BAD - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_ATTRIBUTE_READ_ONLY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_ATTRIBUTE_SENSITIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_ATTRIBUTE_TYPE_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_ATTRIBUTE_VALUE_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_BUFFER_TOO_SMALL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_CANCEL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_CANT_LOCK - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_CRYPTOKI_ALREADY_INITIALIZED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_CRYPTOKI_NOT_INITIALIZED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_DATA_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_DATA_LEN_RANGE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_DEVICE_ERROR - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_DEVICE_MEMORY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_DEVICE_REMOVED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_DOMAIN_PARAMS_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_ENCRYPTED_DATA_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_ENCRYPTED_DATA_LEN_RANGE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_FUNCTION_CANCELED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_FUNCTION_FAILED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_FUNCTION_NOT_PARALLEL - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_FUNCTION_NOT_SUPPORTED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_FUNCTION_REJECTED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_GENERAL_ERROR - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_HOST_MEMORY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_INFORMATION_SENSITIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_KEY_CHANGED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_KEY_FUNCTION_NOT_PERMITTED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_KEY_HANDLE_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_KEY_INDIGESTIBLE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_KEY_NEEDED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_KEY_NOT_NEEDED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_KEY_NOT_WRAPPABLE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_KEY_SIZE_RANGE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_KEY_TYPE_INCONSISTENT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_KEY_UNEXTRACTABLE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_MECHANISM_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_MECHANISM_PARAM_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_MUTEX_BAD - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_MUTEX_NOT_LOCKED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_NEED_TO_CREATE_THREADS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_NO_EVENT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_OBJECT_HANDLE_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_OK - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_OPERATION_ACTIVE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_OPERATION_NOT_INITIALIZED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_PIN_EXPIRED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_PIN_INCORRECT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_PIN_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_PIN_LEN_RANGE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_PIN_LOCKED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_RANDOM_NO_RNG - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_RANDOM_SEED_NOT_SUPPORTED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_SAVED_STATE_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_SESSION_CLOSED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_SESSION_COUNT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_SESSION_EXISTS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_SESSION_HANDLE_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_SESSION_PARALLEL_NOT_SUPPORTED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_SESSION_READ_ONLY - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_SESSION_READ_ONLY_EXISTS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_SESSION_READ_WRITE_SO_EXISTS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_SIGNATURE_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_SIGNATURE_LEN_RANGE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_SLOT_ID_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_STATE_UNSAVEABLE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_TEMPLATE_INCOMPLETE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_TEMPLATE_INCONSISTENT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_TOKEN_NOT_PRESENT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_TOKEN_NOT_RECOGNIZED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_TOKEN_WRITE_PROTECTED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_UNWRAPPING_KEY_HANDLE_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_UNWRAPPING_KEY_SIZE_RANGE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_UNWRAPPING_KEY_TYPE_INCONSISTENT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_USER_ALREADY_LOGGED_IN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_USER_ANOTHER_ALREADY_LOGGED_IN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_USER_NOT_LOGGED_IN - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_USER_PIN_NOT_INITIALIZED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_USER_TOO_MANY_TYPES - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_USER_TYPE_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_VENDOR_DEFINED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_WRAPPED_KEY_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_WRAPPED_KEY_LEN_RANGE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_WRAPPING_KEY_HANDLE_INVALID - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_WRAPPING_KEY_SIZE_RANGE - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKR_WRAPPING_KEY_TYPE_INCONSISTENT - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKS_RO_PUBLIC_SESSION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKS_RO_USER_FUNCTIONS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKS_RW_PUBLIC_SESSION - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKS_RW_SO_FUNCTIONS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKS_RW_USER_FUNCTIONS - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKU_CONTEXT_SPECIFIC - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKU_SO - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKU_USER - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKZ_DATA_SPECIFIED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- CKZ_SALT_SPECIFIED - Static variable in interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants
-
- classTypeToString(long) - Static method in class iaik.pkcs.pkcs11.wrapper.Functions
-
Converts the long value classType to a string representation of it.
- clear() - Method in class it.trento.comune.j4sign.examples.SwingWorker.ThreadVar
-
- CLITest - Class in it.trento.comune.j4sign.examples
-
A command line interface program for testing the generation of a CMS signed
message, using a pkcs11 token (usually a SmartCard).
- CLITest() - Constructor for class it.trento.comune.j4sign.examples.CLITest
-
- CLITest(String) - Constructor for class it.trento.comune.j4sign.examples.CLITest
-
CLITest constructor that takes a file path as argument.
- CLITest.Prompt - Class in it.trento.comune.j4sign.examples
-
- CLITest.Prompt() - Constructor for class it.trento.comune.j4sign.examples.CLITest.Prompt
-
- clone() - Method in class iaik.pkcs.pkcs11.wrapper.CK_ATTRIBUTE
-
Create a (deep) clone of this object.
- clone() - Method in class iaik.pkcs.pkcs11.wrapper.CK_DATE
-
Create a (deep) clone of this object.
- close() - Method in class it.trento.comune.j4sign.examples.JTextAreaOutputStream
-
Inserire qui la descrizione del metodo.
- closed - Variable in class it.trento.comune.j4sign.pcsc.PCSCHelper
-
The state of this card terminal.
- closeSession() - Method in class it.trento.comune.j4sign.pkcs11.PKCS11Signer
-
Closes the default PKCS#11 session.
- closeSession(long) - Method in class it.trento.comune.j4sign.pkcs11.PKCS11Signer
-
Closes a specific PKCS#11 session.
- closeSignature() - Method in class it.trento.comune.j4sign.examples.GUITest
-
Terminates the signing procedure creating the signer information data
structure.
- cms - Variable in class it.trento.comune.j4sign.verification.Verifier
-
- cms - Variable in class it.trento.comune.j4sign.verification.VerifyResult
-
- CMSBuilder - Class in it.trento.comune.j4sign.cms.utils
-
An helper class for generating CMS files, following CAdES specification,
where encryption is done elsewhere.
- CMSBuilder(String, String) - Constructor for class it.trento.comune.j4sign.cms.utils.CMSBuilder
-
- CMSBuilder(InputStream, String, String) - Constructor for class it.trento.comune.j4sign.cms.utils.CMSBuilder
-
- CMSBuilder(byte[], String, String) - Constructor for class it.trento.comune.j4sign.cms.utils.CMSBuilder
-
- cmsGenerator - Variable in class it.trento.comune.j4sign.examples.GUITest
-
- CMSServlet - Class in it.trento.comune.j4sign.examples
-
Deprecated.
This is old code not more maintained; see the SigneServlet
inside the firma-digitale web application for replacement.
CMSServlet
is the server side part of the j4sign usage example
in a web environment.
CMSServlet
is a HttpServlet
that takes care of
generating and sending to the web client the content to sign and the
corresponding bytes to digest and encrypt. After receiving the signature and
the signer certificate, it encapsulates them, along with the signed content,
in a CMS signed data message.
The entire example, with the
SimpleSignApplet
counterpart, is
designed to permit the use of the standard JDK tools. The applet can be
executed with applet viewer tool (no HttpSession in the servlet, nor HTML
forms on the client side are used).
N.B.: IN A REAL WORLD WEB APPLICATION SCENARIO, YOU CAN (AND SHOULD) TAKE
ADVANTAGE OF THE FULL SERVLET API.
Here are the CMSServlet
operations in detail:
- Upon a GET request from the client specifiying a
retrieve
parameter with value DATA
:
Generates and sends as HTTP response, the message to sign (a simple text),
base64 encoded;
- Upon a GET request from the client specifiying a
retrieve
parameter with value ENCODED_AUTHENTICATED_ATTRIBUTES
:
Builds an ExternalSignatureSignerInfoGenerator
object, using the
message to sign, and specifying MD5 with RSA encryption as signature
algoritm;
Uses this object to calculate bytesToSign
, the bytes to digest
and encrypt (ASN.1 Authenticated attributes);
Stores the ExternalSignatureSignerInfoGenerator
, and a textual
dump of authenticates attributes,
using the md5 digest of bytesToSign
as a key.
Sends the base64 encoding of bytesToSign
as HTTP response.
- Upon a GET request from the client specifiying a
retrieve
parameter with value AUTHENTICATED_ATTRIBUTES_PRINTOUT
and a
encodedHash
parameter with base64 encoded value:
Retrieves using encodedHash
as a key the textual dump of
Authenticates attributes, and sends it as HTTP responses.
- Upon a POST request from the client specifiying a
signature
parameter and a certificate
parameter, both with base64 encoded
values:
Decodes signature
and certificate
;
Extracts from certificate
the public key of the signer, and uses
it to decrypt, using RSA algorithm, the signature
.
Uses the decrypted value as a key to retrieve the
ExternalSignatureSignerInfoGenerator
. If such an object is
found, the signature is verified.
The ExternalSignatureSignerInfoGenerator
, completed with
signature
and certificate
informations, is passed
to a
ExternalSignatureCMSSignedDataGenerator
for creating the CMS message.
The CMS message is then stored on the server file system.
Finally, a textual status message is returned as HTTP response.
- CMSServlet() - Constructor for class it.trento.comune.j4sign.examples.CMSServlet
-
Deprecated.
- CMSServlet.SignerInfoGeneratorItem - Class in it.trento.comune.j4sign.examples
-
Deprecated.
Class encapsulating a SignerInfoGenerator-related informations to be
stored after a signature request.
- CMSServlet.SignerInfoGeneratorItem(ExternalSignatureSignerInfoGenerator, String) - Constructor for class it.trento.comune.j4sign.examples.CMSServlet.SignerInfoGeneratorItem
-
Deprecated.
Constructor.
- CMSSignatureAlgorithmNameGenerator - Interface in it.trento.comune.j4sign.verification.utils
-
- cmsSignedData - Variable in class it.trento.comune.j4sign.cms.utils.CMSVerifier
-
- cmsTimeStampedData - Variable in class it.trento.comune.j4sign.examples.TsdTest
-
- CMSVerifier - Class in it.trento.comune.j4sign.cms.utils
-
An helper class for doing a basic verification of CMS files.
- CMSVerifier(InputStream) - Constructor for class it.trento.comune.j4sign.cms.utils.CMSVerifier
-
- CMSVerifier(CMSSignedData) - Constructor for class it.trento.comune.j4sign.cms.utils.CMSVerifier
-
- CNIPACACertFilePath - Variable in class it.trento.comune.j4sign.verification.RootsVerifier
-
- CNIPADir - Variable in class it.trento.comune.j4sign.verification.RootsVerifier
-
- com.ibm.opencard.terminal.pcsc10 - package com.ibm.opencard.terminal.pcsc10
-
- commonName - Variable in class it.trento.comune.j4sign.verification.utils.DnWrapper
-
- conf - Variable in class it.trento.comune.j4sign.verification.RootsVerifier
-
- confDir - Variable in class it.trento.comune.j4sign.verification.RootsVerifier
-
- connect(String) - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
-
Connects this object to the specified PKCS#11 library.
- connectToPKCS11Module(String) - Static method in class iaik.pkcs.pkcs11.wrapper.PKCS11Connector
-
Connect to a PKCS#11 module and get an interface to it.
- connectToPKCS11Module(String, String) - Static method in class iaik.pkcs.pkcs11.wrapper.PKCS11Connector
-
Connect to a PKCS#11 module with the specified PKCS#11-wrapper native library and get an interface to it.
- Constants - Class in iaik.pkcs.pkcs11.wrapper
-
This class holds only final static member variables that are constants
in this package.
- Constants() - Constructor for class iaik.pkcs.pkcs11.wrapper.Constants
-
- construct() - Method in class it.trento.comune.j4sign.examples.SwingWorker
-
Compute the value to be returned by the get
method.
- contentTypeDataPresent - Variable in class it.trento.comune.j4sign.verification.VerifyResult
-
- context - Variable in class it.trento.comune.j4sign.pcsc.PCSCHelper
-
The context to the PCSC ResourceManager
- counterSignature - Variable in class it.trento.comune.j4sign.verification.VerifyResult
-
- createBerSetFromList(List) - Static method in class it.trento.comune.j4sign.cms.ExternalSignatureCMSSignedDataGenerator
-
- CreateMutex - Variable in class iaik.pkcs.pkcs11.wrapper.CK_C_INITIALIZE_ARGS
-
PKCS#11:
CK_CREATEMUTEX CreateMutex;
- CRL - Variable in class it.trento.comune.j4sign.verification.CertValidity
-
- crlDir - Variable in class it.trento.comune.j4sign.examples.CLITest
-
- crlDir - Variable in class it.trento.comune.j4sign.verification.RootsVerifier
-
- crlDir - Variable in class it.trento.comune.j4sign.verification.Verifier
-
- crlDir - Variable in class it.trento.comune.j4sign.verification.VerifyResult
-
- crlDir - Variable in class it.trento.comune.j4sign.verification.X509CertRL
-
- crlDownloadForced - Variable in class it.trento.comune.j4sign.verification.VerifyResult
-
- CRLerror - Variable in class it.trento.comune.j4sign.verification.CertValidity
-
- CRLerror - Variable in class it.trento.comune.j4sign.verification.VerifyResult
-
- CRLerror - Variable in class it.trento.comune.j4sign.verification.X509CertRL
-
- crls - Variable in class it.trento.comune.j4sign.cms.ExternalSignatureCMSSignedDataGenerator
-
Certificate Revocation Lists to include in CMS message.
- crls - Static variable in class it.trento.comune.j4sign.verification.X509CertRL
-
- cryptoki - Variable in class it.trento.comune.j4sign.examples.DigestSignTask
-
- cryptoki - Variable in class it.trento.comune.j4sign.examples.FindCertTask
-
- cryptokiLib - Variable in class it.trento.comune.j4sign.examples.CLITest
-
- cryptokiLib - Variable in class it.trento.comune.j4sign.examples.GUITest
-
- cryptokiLib - Variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
-
- cryptokiLib - Variable in class it.trento.comune.j4sign.examples.SimpleSignApplet
-
Deprecated.
- cryptokiLibrary - Variable in class it.trento.comune.j4sign.pkcs11.PKCS11Signer
-
The cryptokiLibrary
is the native library implementing the
PKCS#11
specification.
- cryptokiVersion - Variable in class iaik.pkcs.pkcs11.wrapper.CK_INFO
-
PKCS#11:
CK_VERSION cryptokiVersion;
- current - Variable in class it.trento.comune.j4sign.examples.DigestSignTask
-
- current - Variable in class it.trento.comune.j4sign.examples.FindCertTask
-
- currentSigner - Variable in class it.trento.comune.j4sign.verification.Verifier
-
- CurrentState - Variable in class com.ibm.opencard.terminal.pcsc10.PcscReaderState
-
CurrentState is set by the application to the current
reader state.
- cv - Variable in class it.trento.comune.j4sign.verification.VerifyResult
-