| Class | Description | 
|---|---|
| CryptoManager | 
 This class is the starting poing for the crypto package. 
 | 
| CryptoManager.CertificateUsage | 
 CertificateUsage options for validation 
 | 
| CryptoManager.CertUsage | 
 note: this is obsolete in NSS
 CertUsage options for validation 
 | 
| CryptoManager.InitializationValues | 
 The various options that can be used to initialize CryptoManager. 
 | 
| CryptoManager.InitializationValues.FIPSMode | 
 This class enumerates the possible modes for FIPS compliance. 
 | 
| DatabaseCloser | 
 A class for closing databases. 
 | 
| JSSProvider | 
| Exception | Description | 
|---|---|
| CertDatabaseException | 
 This exception is thrown if the certificate database does not exist,
 or if an error occurs while opening it. 
 | 
| CRLImportException | 
 Thrown if a CRL cannot be imported 
 | 
| CryptoManager.InvalidLengthException | |
| CryptoManager.NicknameConflictException | |
| CryptoManager.NotInitializedException | |
| CryptoManager.UserCertConflictException | |
| KeyDatabaseException | 
 This exception is thrown if the key database does not exist, or if
 an error occurs while opening it. 
 | 
| NoSuchTokenException | 
 Thrown if a token cannot be found. 
 |