Package org.mozilla.jss.pkcs11
-
Interface Summary Interface Description PKCS11Constants -
Class Summary 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.PK11Cipher PK11DSAPrivateKey PK11DSAPublicKey PK11ECPrivateKey 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.PK11KeyWrapper PK11MessageDigest Message Digesting with PKCS #11.PK11Module PK11ParameterSpec PK11PrivKey PK11PubKey PK11RSAPrivateKey PK11RSAPublicKey PK11SecureRandom A random number generator for PKCS #11.PK11Signature PK11Store PK11SymKey PK11SymmetricKeyDeriver PK11Token A PKCS #11 token.PK11TokenCert A user certificate that lives on a PKCS #11 token.TokenProxy -
Exception Summary Exception Description PK11Exception This is a generic PKCS #11 exception.PK11Token.NotInitializedException Thrown if the operation requires that the token be logged in, and it isn't.