Class | Description |
---|---|
KeyType |
PKCS #11 Key Types
These are the possible types for keys in the
wrapper library.
|
PK11Cert | |
PK11Cert.StringPrincipal |
A class that implements Principal with a String.
|
PK11DSAPublicKey | |
PK11ECPublicKey | |
PK11InternalCert |
A certificate that lives in the internal cert database.
|
PK11InternalTokenCert |
A certificate that lives on the internal token.
|
PK11KeyGenerator | |
PK11KeyPairGenerator |
A Key Pair Generator implemented using PKCS #11.
|
PK11MessageDigest |
Message Digesting with PKCS #11.
|
PK11Module | |
PK11ParameterSpec | |
PK11PrivKey | |
PK11PubKey | |
PK11RSAPublicKey | |
PK11SecureRandom |
A random number generator for PKCS #11.
|
PK11Store | |
PK11SymKey | |
PK11Token |
A PKCS #11 token.
|
PK11TokenCert |
A user certificate that lives on a PKCS #11 token.
|
TokenProxy |
Exception | Description |
---|---|
PK11Token.NotInitializedException |
Thrown if the operation requires that the token be logged in, and it
isn't.
|