- SecretKey - Class in com.cryptware.jcryptoki
-
Wraps a PKCS#11 SecretKey object
- seedRandom(byte[]) - Method in class com.cryptware.jcryptoki.Session
-
Seed Random number generator
Calls C_SeedRandom
- serialNumber - Variable in class com.cryptware.jcryptoki.TokenInfo
-
- Session - Class in com.cryptware.jcryptoki
-
Manages a PKCS#11 Session
- SessionInfo - Class in com.cryptware.jcryptoki
-
Wraps the PKCS#11 CK_SESSION_INFO struct.
- set(int, CryptokiAttribute) - Method in class com.cryptware.jcryptoki.CryptokiAttributes
-
Sets the specified attribute It calls C_SetAttributeValue
Calls C_SetAttributeValue
- setOperationState(byte[], Key, Key) - Method in class com.cryptware.jcryptoki.Session
-
Sets Operation State
Calls C_SetOperationState
- setPIN(String, String) - Method in class com.cryptware.jcryptoki.Session
-
Set the PIN
SetPIN modifies the PIN of the user that is currently logged in, or the CKU_USER
PIN if the session is not logged in.
- setPIN(byte[], byte[]) - Method in class com.cryptware.jcryptoki.Session
-
Set the PIN
SetPIN modifies the PIN of the user that is currently logged in, or the CKU_USER
PIN if the session is not logged in.
- sign(byte[]) - Method in class com.cryptware.jcryptoki.Session
-
Performs a Signature operation
Calls C_Sign
- signFinal() - Method in class com.cryptware.jcryptoki.Session
-
Finalizes a Signature operation
Calls C_SignFinal
- signInit(Mechanism, Key) - Method in class com.cryptware.jcryptoki.Session
-
Inits a Signature operation
Calls C_SignInit
- signRecover(byte[]) - Method in class com.cryptware.jcryptoki.Session
-
Performs a Sign Recover operation
Calls C_SignRecoverremarks>
- signRecoverInit(Mechanism, Key) - Method in class com.cryptware.jcryptoki.Session
-
Inits a Sign Recoveroperation
Calls SignRecoverInit
- signUpdate(byte[]) - Method in class com.cryptware.jcryptoki.Session
-
Updates a Signature operation
Calls C_SignUpdate
- Slot - Class in com.cryptware.jcryptoki
-
Wraps a PKCS#11 Slot structure
- slotDescription - Variable in class com.cryptware.jcryptoki.SlotInfo
-
- slotID - Variable in class com.cryptware.jcryptoki.SessionInfo
-
- SlotInfo - Class in com.cryptware.jcryptoki
-
Wraps the PKCS#11 CK_SLOT_INFO struct.
- SlotList - Class in com.cryptware.jcryptoki
-
Wraps a PKCS#11 Slot List structure
- state - Variable in class com.cryptware.jcryptoki.SessionInfo
-
- Storage - Class in com.cryptware.jcryptoki
-
Wraps a PKCS#11 Storage Object