- Template - Class in com.cryptware.jcryptoki
-
Wrapper for CK_ATTRIBUTE[] (in this case it is CKA class that represents
PKCS#11 CK_ATTRIBUTE struct).
- Template() - Constructor for class com.cryptware.jcryptoki.Template
-
Default no-arg constructor required by JNA.
- Template(CryptokiAttribute[]) - Constructor for class com.cryptware.jcryptoki.Template
-
Allocates JNA Memory and writes CKA[] values.
- Token - Class in com.cryptware.jcryptoki
-
Manages a PKCS#11 Token
- TokenInfo - Class in com.cryptware.jcryptoki
-
Wraps PKCS#11 CK_TOKEN_INFO struct.
- toString() - Method in class com.cryptware.jcryptoki.Certificate
-
Returns a String that represents this instance.
- toString() - Method in class com.cryptware.jcryptoki.CK_C_INITIALIZE_ARGS
-
- toString() - Method in class com.cryptware.jcryptoki.CryptokiAttribute
-
- toString() - Method in class com.cryptware.jcryptoki.CryptokiInfo
-
- toString() - Method in class com.cryptware.jcryptoki.Data
-
Returns a String that represents this instance.
- toString() - Method in class com.cryptware.jcryptoki.Key
-
Returns a String that represents this instance.
- toString() - Method in class com.cryptware.jcryptoki.Mechanism
-
- toString() - Method in class com.cryptware.jcryptoki.MechanismInfo
-
- toString() - Method in class com.cryptware.jcryptoki.SessionInfo
-
- toString() - Method in class com.cryptware.jcryptoki.Slot
-
Returns a @see System.String that represents this instance.
- toString() - Method in class com.cryptware.jcryptoki.SlotInfo
-
- toString() - Method in class com.cryptware.jcryptoki.Token
-
Returns a String that represents this instance.
- toString() - Method in class com.cryptware.jcryptoki.TokenInfo
-
- toString() - Method in class com.cryptware.jcryptoki.Version
-
- type - Variable in class com.cryptware.jcryptoki.CryptokiAttribute
-
- typeToString(long) - Static method in class com.cryptware.jcryptoki.Certificate
-
Convert int constant value to name.
- typeToString(int) - Static method in class com.cryptware.jcryptoki.CryptokiAttribute
-
Convert attribute type value to name.
- typeToString(long) - Static method in class com.cryptware.jcryptoki.Key
-
Convert Key Type value to name.