Uses of Class
org.mozilla.jss.CertDatabaseException

Packages that use CertDatabaseException
Package
Description
Configuration and top-level operations of the JSS system.
  • Uses of CertDatabaseException in org.mozilla.jss

    Modifier and Type
    Method
    Description
    static void
    CryptoManager.initialize(String configDir)
    Initialize the security subsystem.
    static void
    CryptoManager.initialize(InitializationValues values)
    Initialize the security subsystem.
    private static void
    CryptoManager.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 void
    CryptoManager.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 void
    CryptoManager.initializeWithContext(String configDir)
     
    static void