Uses of Class
org.mozilla.jss.KeyDatabaseException
Packages that use KeyDatabaseException
Package
Description
Configuration and top-level operations of the JSS system.
-
Uses of KeyDatabaseException in org.dogtagpki.jss.tomcat
Methods in org.dogtagpki.jss.tomcat that throw KeyDatabaseException -
Uses of KeyDatabaseException in org.mozilla.jss
Methods in org.mozilla.jss that throw KeyDatabaseExceptionModifier and TypeMethodDescriptionstatic voidCryptoManager.initialize(String configDir) Initialize the security subsystem.static voidCryptoManager.initialize(InitializationValues values) Initialize the security subsystem.private static voidCryptoManager.initializeAllNative2(String configDir, String certPrefix, String keyPrefix, String secmodName, boolean readOnly, String manufacturerID, String libraryDescription, String internalTokenDescription, String internalKeyStorageTokenDescription, String internalSlotDescription, String internalKeyStorageSlotDescription, String fipsSlotDescription, String fipsKeyStorageSlotDescription, boolean ocspCheckingEnabled, String ocspResponderURL, String ocspResponderCertNickname, boolean initializeJavaOnly, boolean PKIXVerify, boolean noCertDB, boolean noModDB, boolean forceOpen, boolean noRootInit, boolean optimizeSpace, boolean PK11ThreadSafe, boolean PK11Reload, boolean noPK11Finalize, boolean cooperate) private static voidCryptoManager.initializeAllNativeWithContext(String configDir, String certPrefix, String keyPrefix, String secmodName, boolean readOnly, String manufacturerID, String libraryDescription, String internalTokenDescription, String internalKeyStorageTokenDescription, String internalSlotDescription, String internalKeyStorageSlotDescription, String fipsSlotDescription, String fipsKeyStorageSlotDescription, boolean ocspCheckingEnabled, String ocspResponderURL, String ocspResponderCertNickname, boolean initializeJavaOnly, boolean PKIXVerify, boolean noCertDB, boolean noModDB, boolean forceOpen, boolean noRootInit, boolean optimizeSpace, boolean PK11ThreadSafe, boolean PK11Reload, boolean noPK11Finalize, boolean cooperate) static voidCryptoManager.initializeWithContext(String configDir) static voidCryptoManager.initializeWithContext(InitializationValues values)