JSS 3.1.1

Package org.mozilla.jss.pkcs11

Class Summary
CertProxy  
CipherContextProxy  
KeyProxy  
KeyType PKCS #11 Key Types These are the possible types for keys in the wrapper library.
ModuleProxy  
PK11Cert  
PK11Cert.StringPrincipal A class that implements Principal with a String.
PK11Cipher  
PK11DSAPublicKey  
PK11InternalCert A certificate that lives in the internal cert database.
PK11InternalTokenCert A certificate that lives on the internal token.
PK11Key  
PK11KeyGenerator  
PK11KeyPairGenerator A Key Pair Generator implemented using PKCS #11.
PK11KeyWrapper  
PK11MessageDigest Message Digesting with PKCS #11.
PK11Module  
PK11PrivKey  
PK11PubKey  
PK11RSAPublicKey  
PK11SecureRandom A random number generator for PKCS #11.
PK11Signature  
PK11Store  
PK11SymKey  
PK11Token A PKCS #11 token.
PK11TokenCert A user certificate that lives on a PKCS #11 token.
PrivateKeyProxy  
PublicKeyProxy  
SelfTest  
SigContextProxy  
SymKeyProxy  
TokenCallbackInfo This class just hardwires the type to be TOKEN so we don't have to mess with Java constants in native code.
TokenProxy  
Tunnel  
Tunnel.CryptoTunnel  
Tunnel.UtilTunnel  
 

Exception Summary
PK11Token.NotInitializedException Thrown if the operation requires that the token be logged in, and it isn't.
 


JSS 3.1.1