- label - Variable in class com.cryptware.jcryptoki.TokenInfo
-
- length() - Method in class com.cryptware.jcryptoki.Template
-
- libraryDescription - Variable in class com.cryptware.jcryptoki.CryptokiInfo
-
- libraryVersion - Variable in class com.cryptware.jcryptoki.CryptokiInfo
-
- licensee - Static variable in class com.cryptware.jcryptoki.Cryptoki
-
Gets or sets the name of the licensee supplied in the license file
- lockMutex - Variable in class com.cryptware.jcryptoki.CK_C_INITIALIZE_ARGS
-
- login(int, String) - Method in class com.cryptware.jcryptoki.Session
-
Login to the token
When the user type is either CKU_SO or CKU_USER, if theCalls succeeds, each of the
application's sessions will enter either the "R/W SO Functions" state, the "R/W User
Functions" state, or the "R/O User Functions" state.
- login(int, byte[]) - Method in class com.cryptware.jcryptoki.Session
-
Login to the token
When the user type is either CKU_SO or CKU_USER, if theCalls succeeds, each of the
application's sessions will enter either the "R/W SO Functions" state, the "R/W User
Functions" state, or the "R/O User Functions" state.
- logout() - Method in class com.cryptware.jcryptoki.Session
-
Logout
Depending on the current user type, if theCalls succeeds, each of the application’s
sessions will enter either the “R/W Public Session” state or the “R/O Public Session” state.
- LongArray - Class in com.cryptware.jcryptoki
-
Implements a CK_ULONG[] type for JNA.
- LongArray() - Constructor for class com.cryptware.jcryptoki.LongArray
-
Default no-arg constructor required by JNA.
- LongArray(long[]) - Constructor for class com.cryptware.jcryptoki.LongArray
-
Allocates JNA Memory and writes long values.
- LongRef - Class in com.cryptware.jcryptoki
-
JNA wrapper for ULONG.
- LongRef() - Constructor for class com.cryptware.jcryptoki.LongRef
-
Defalult constructor sets to zero.
- LongRef(int) - Constructor for class com.cryptware.jcryptoki.LongRef
-
Constructor taking java int.