Uses of Class
org.mozilla.jss.crypto.AlreadyInitializedException
Packages that use AlreadyInitializedException
Package
Description
Configuration and top-level operations of the JSS system.
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of AlreadyInitializedException in org.mozilla.jss
Methods in org.mozilla.jss that throw AlreadyInitializedExceptionModifier and TypeMethodDescriptionstatic 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
CryptoManager.initializeWithContext
(InitializationValues values) -
Uses of AlreadyInitializedException in org.mozilla.jss.crypto
Methods in org.mozilla.jss.crypto that throw AlreadyInitializedExceptionModifier and TypeMethodDescriptionvoid
CryptoToken.initPassword
(PasswordCallback securityOfficerPW, PasswordCallback userPW) Initialize the password of this token. -
Uses of AlreadyInitializedException in org.mozilla.jss.pkcs11
Methods in org.mozilla.jss.pkcs11 that throw AlreadyInitializedExceptionModifier and TypeMethodDescriptionprotected void
PK11Token.initPassword
(byte[] ssopw, byte[] userpw) void
PK11Token.initPassword
(PasswordCallback ssopwcb, PasswordCallback userpwcb) Initialize PIN.protected boolean
PK11Token.SSOPasswordIsCorrect
(byte[] ssopw)