- I2S(int) - Static method in class com.cryptware.jcryptoki.CK_C_INITIALIZE_ARGS
-
Convert int constant value to name.
- importCertificate(X509Certificate, Session, byte[], String) - Static method in class com.cryptware.jcryptoki.Utils
-
- importPFX(String, Session) - Method in class com.cryptware.jcryptoki.CryptokiApplet
-
- importPFX(String, String, Session, String, String) - Method in class com.cryptware.jcryptoki.CryptokiApplet
-
- importPFX(String, String, Session, byte[], String) - Static method in class com.cryptware.jcryptoki.Utils
-
- init() - Method in class com.cryptware.jcryptoki.CryptokiApplet
-
- initialize() - Method in class com.cryptware.jcryptoki.Cryptoki
-
Inizialize this cryptoki object and native cryptoki
Initialize should be the first Cryptoki call made by an application, except for calls to
What this function actually does is implementation-dependent;
typically, it might cause Cryptoki to initialize its internal memory buffers, or any other
resources it requires.
- initialize(boolean) - Method in class com.cryptware.jcryptoki.Cryptoki
-
Inizialize this cryptoki object and native cryptoki
Initialize should be the first Cryptoki call made by an application, except for calls to
What this function actually does is implementation-dependent;
typically, it might cause Cryptoki to initialize its internal memory buffers, or any other
resources it requires.
- initPIN(String) - Method in class com.cryptware.jcryptoki.Session
-
Init the PIN
- initPIN(byte[]) - Method in class com.cryptware.jcryptoki.Session
-
Init the PIN
- initToken(String, String) - Method in class com.cryptware.jcryptoki.Slot
-
Inits this token
InitToken initializes a token. pin points to the
SO’s initial PIN (which need not be null-terminated); label points to the 32-byte label of the token (which must be padded with
blank characters).
- initToken(byte[], byte[]) - Method in class com.cryptware.jcryptoki.Slot
-
Inits this token
InitToken initializes a token. pin points to the
SO’s initial PIN (which need not be null-terminated); label points to the 32-byte label of the token (which must be padded with
blank characters).
- invoke(PointerByReference) - Method in interface com.cryptware.jcryptoki.CK_C_INITIALIZE_ARGS.CK_CREATEMUTEX
-
Create Mutex.
- invoke(Pointer) - Method in interface com.cryptware.jcryptoki.CK_C_INITIALIZE_ARGS.CK_DESTROYMUTEX
-
Destroy Mutex.
- invoke(Pointer) - Method in interface com.cryptware.jcryptoki.CK_C_INITIALIZE_ARGS.CK_LOCKMUTEX
-
Lock Mutex.
- invoke(Pointer) - Method in interface com.cryptware.jcryptoki.CK_C_INITIALIZE_ARGS.CK_UNLOCKMUTEX
-
Unlock Mutex.
- invoke(NativeLong, NativeLong, Pointer) - Method in interface com.cryptware.jcryptoki.NotifyCallback
-
CK_NOTIFY is an application callback that processes events.
- isAlwaysSensitive() - Method in class com.cryptware.jcryptoki.PrivateKey
-
Value of this CKA_ALWAYS_SENSITIVE attribute
- isAlwaysSensitive() - Method in class com.cryptware.jcryptoki.SecretKey
-
Value of this CKA_ALWAYS_SENSITIVE attribute
- isDecrypt() - Method in class com.cryptware.jcryptoki.PrivateKey
-
Value of this CKA_ENCRYPT attribute
- isDecrypt() - Method in class com.cryptware.jcryptoki.SecretKey
-
Value of this CKA_ENCRYPT attribute
- isDerive() - Method in class com.cryptware.jcryptoki.Key
-
Value of this CKA_DERIVE attribute
- isEncrypt() - Method in class com.cryptware.jcryptoki.PublicKey
-
Value of this CKA_ENCRYPT attribute
- isEncrypt() - Method in class com.cryptware.jcryptoki.SecretKey
-
Value of this CKA_ENCRYPT attribute
- isExtractable() - Method in class com.cryptware.jcryptoki.PrivateKey
-
Value of this CKA_EXTRACTABLE attribute
- isExtractable() - Method in class com.cryptware.jcryptoki.SecretKey
-
Value of this CKA_EXTRACTABLE attribute
- isHardwareSlot() - Method in class com.cryptware.jcryptoki.SlotInfo
-
Gets a value indicating whether this instance is hardware slot.
- isLocal() - Method in class com.cryptware.jcryptoki.Key
-
Value of this CKA_LOCAL attribute
- isLoggedIn() - Method in class com.cryptware.jcryptoki.Session
-
Determines if a user is logged in
- isLoggedIn() - Method in class com.cryptware.jcryptoki.SessionInfo
-
Determines if the session is in loggedin state
- isModifiable() - Method in class com.cryptware.jcryptoki.Storage
-
Value of this CKA_MODIFIABLE attribute
- isNeverExtractable() - Method in class com.cryptware.jcryptoki.PrivateKey
-
Value of this CKA_NEVER_EXTRACTABLE attribute
- isNeverExtractable() - Method in class com.cryptware.jcryptoki.SecretKey
-
Value of this CKA_NEVER_EXTRACTABLE attribute
- isOpen() - Method in class com.cryptware.jcryptoki.Session
-
Determines if a session is open
- isPrivate() - Method in class com.cryptware.jcryptoki.Storage
-
Value of this CKA_PRIVATE attribute
- isRemovableDevice() - Method in class com.cryptware.jcryptoki.SlotInfo
-
Gets a value indicating whether this instance is removable device.
- isSensitive() - Method in class com.cryptware.jcryptoki.PrivateKey
-
Value of this CKA_SENSITIVE attribute
- isSensitive() - Method in class com.cryptware.jcryptoki.SecretKey
-
Value of this CKA_ALWAYS_SENSITIVE attribute
- isSign() - Method in class com.cryptware.jcryptoki.PrivateKey
-
Value of this CKA_SIGN attribute
- isSign() - Method in class com.cryptware.jcryptoki.SecretKey
-
Value of this CKA_SIGN attribute
- isSignRecover() - Method in class com.cryptware.jcryptoki.PrivateKey
-
Value of this CKA_SIGN_RECOVER attribute
- isToken() - Method in class com.cryptware.jcryptoki.Storage
-
Value of this CKA_TOKEN attribute
- isTokenPresent() - Method in class com.cryptware.jcryptoki.Slot
-
Determines if a token is in this slot
- isTokenPresent() - Method in class com.cryptware.jcryptoki.SlotInfo
-
Gets a value indicating whether this instance is token present.
- isUnwrap() - Method in class com.cryptware.jcryptoki.PrivateKey
-
Value of this CKA_UNWRAP attribute
- isUnwrap() - Method in class com.cryptware.jcryptoki.SecretKey
-
Value of this CKA_UNWRAP attribute
- isVerify() - Method in class com.cryptware.jcryptoki.PublicKey
-
Value of this CKA_VERIFY attribute
- isVerify() - Method in class com.cryptware.jcryptoki.SecretKey
-
Value of this CKA_VERIFY attribute
- isVerifyRecover() - Method in class com.cryptware.jcryptoki.PublicKey
-
Value of this CKA_VERIFY_RECOVER attribute
- isWrap() - Method in class com.cryptware.jcryptoki.PublicKey
-
Value of this CKA_WRAP attribute
- isWrap() - Method in class com.cryptware.jcryptoki.SecretKey
-
Value of this CKA_WRAP attribute
- isWrapTemplate() - Method in class com.cryptware.jcryptoki.PublicKey
-
Value of this CKA_WRAP attribute
- isWrapTemplate() - Method in class com.cryptware.jcryptoki.SecretKey
-
Value of this CKA_WRAP attribute