Uses of Class
org.mozilla.jss.CryptoManager
Packages that use CryptoManager
Package
Description
Configuration and top-level operations of the JSS system.
-
Uses of CryptoManager in org.dogtagpki.jss.tomcat
Fields in org.dogtagpki.jss.tomcat declared as CryptoManager -
Uses of CryptoManager in org.mozilla.jss
Fields in org.mozilla.jss declared as CryptoManagerModifier and TypeFieldDescriptionprivate static CryptoManagerJSSProvider.cmprivate static CryptoManagerCryptoManager.instanceThe singleton instance, and a static initializer to create it.Methods in org.mozilla.jss that return CryptoManagerModifier and TypeMethodDescriptionJSSProvider.getCryptoManager()Return the CryptoManager this instance was initialized with.static CryptoManagerCryptoManager.getInstance()Retrieve the single instance of CryptoManager.static CryptoManagerJSSLoader.init(InputStream istream) Initialize JSS from an InputStream.static CryptoManagerInitialize JSS from the specified path to a configuration file.Methods in org.mozilla.jss with parameters of type CryptoManagerModifier and TypeMethodDescriptionprivate static voidJSSLoader.parseOCSPPolicy(Properties config, CryptoManager cm) Once the CryptoManager has been initialized, update it with the value of the remaining OCSP propertiy, jss.ocsp.policy.private static voidJSSLoader.parsePasswords(Properties config, CryptoManager cm) Once the CryptoManager has been initialized, update it with the correct PasswordCallback handler. -
Uses of CryptoManager in org.mozilla.jss.provider.javax.crypto
Fields in org.mozilla.jss.provider.javax.crypto declared as CryptoManager