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 CryptoManager
JSSProvider.cm
private static CryptoManager
CryptoManager.instance
The 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 CryptoManager
CryptoManager.getInstance()
Retrieve the single instance of CryptoManager.static CryptoManager
JSSLoader.init
(InputStream istream) Initialize JSS from an InputStream.static CryptoManager
Initialize JSS from the specified path to a configuration file.Methods in org.mozilla.jss with parameters of type CryptoManagerModifier and TypeMethodDescriptionprivate static void
JSSLoader.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 void
JSSLoader.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