See: Description
| Interface | Description |
|---|---|
| Cryptoki |
An interface containing Phaos Cryptoki OIDs.
|
| Class | Description |
|---|---|
| CkiCipher |
A class representing symmetric ciphers on a PKCS #11 token.
|
| CkiData |
A class representing data on a PKCS #11 token.
|
| CkiDiffieHellman |
This class encapsulates the Diffie-Hellman Public Key Agreement algorithm on a PKCS #11 (Cryptoki) token.
|
| CkiKeyPairGenerator |
A class for randomly generating public/private key pairs on a PKCS #11 token.
|
| CkiMessageDigest |
This class implements Message Digest algorithms on a PKCS #11 token.
|
| CkiMgtSession |
A CkiSession performing utility tasks.
|
| CkiPrivateKey |
A class representing a private key on a PKCS #11 token.
|
| CkiPublicKey |
A class representing a public key on a PKCS #11 token.
|
| CkiRandomBitsSource |
A class that represents a source of random bits.
|
| CkiRSApkcs1 |
An implementation encapsulating the PKCS #1 cryptographic functions of a PKCS #11 token.
|
| CkiSignature |
Implements signatures using the Cryptoki toolkit.
|
| CkiSymmetricCipher |
A class representing symmetric block ciphers on a PKCS #11 token.
|
| CkiSymmetricKey |
An encryption/decryption key on a PKCS #11 token used by a CkiSymmetricCipher.
|
| CkiSymmetricKeyGenerator |
A class for randomly generating symmetric keys on a PKCS #11 token.
|
| CkiX509 |
Represents a X509 certificate stored on a token.
|
Provides cryptographic primitives, analogous to classes in the Oracle Phaos Security Engine, that rely on PKCS#11 libraries for their implementations.
These classes comprise the Management Layer of the Cryptoki API.