See: Description
| Interface | Description | 
|---|---|
| CkiAlgID | 
 This interface contains CkiMechanism for message digests, symmetric ciphers, public key encryptions and signature algorithms. 
 | 
| CkiLibrary | 
 Interface between the Java library and the native library. 
 | 
| Class | Description | 
|---|---|
| CkiAttributeTemplate | 
 Represents an attribute template for accessing, retrieving, modifying or deleting objects on the PKCS11 token. 
 | 
| CkiAuthenticator | 
 CkiAuthenticator is a class used in the cryptoki package to get the pin for the login operation on the PKCS #11 token. 
 | 
| CkiContext | 
 The CkiContext class represents an individual Cryptoki implementation in the system. 
 | 
| CkiMechanism | 
 CkiMechanism class represents a PKCS #11 mechanism template. 
 | 
| CkiMechanismInfo | 
 CkiMechanismInfo class represents a PKCS #11 mechanism info structure. 
 | 
| CkiNull | 
 Represents a  
null attribute for the CkiAttributeTemplate class. | 
| CkiObject | 
 A CkiObject object represents an object on the PKCS #11 token. 
 | 
| CkiReturnValue | 
 Represents the return values from a call to a Cryptoki function. 
 | 
| CkiSession | 
 A CkiSession object represents a PKCS #11 Session on a token. 
 | 
| CkiSlot | 
 The CkiSlot object represents a PKCS#11 slot where a token may be inserted (or where a non-removable token is installed). 
 | 
| CkiSOSession | 
 A CkiSOSession object represents a PKCS #11 SO Session on a token. 
 | 
| Exception | Description | 
|---|---|
| CkiDeviceException | 
 Signals that a Cryptoki operation failed because of a problem from the device. 
 | 
| CkiTokenNotFoundException | 
 Signals that a the token was not found. 
 | 
| CryptokiException | 
 Signals that a Cryptoki operation failed or returned unexpected results. 
 | 
Provides an object-oriented wrapper for the PKCS #11 primitives. Please see the PKCS #11 interface specification for more detailed information on the underlying Cryptoki API and concepts.
These classes comprise the Operational Layer of the Cryptoki API.