Uses of Class
org.mozilla.jss.crypto.KeyAlreadyImportedException
Packages that use KeyAlreadyImportedException
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of KeyAlreadyImportedException in org.mozilla.jss.crypto
Methods in org.mozilla.jss.crypto that throw KeyAlreadyImportedExceptionModifier and TypeMethodDescriptionCryptoStore.importPrivateKey
(byte[] key, PrivateKey.Type type) Imports a raw private key into this token (permanently).CryptoStore.importPrivateKey
(byte[] key, PrivateKey.Type type, boolean temporary) Imports a raw private key into this token. -
Uses of KeyAlreadyImportedException in org.mozilla.jss.pkcs11
Methods in org.mozilla.jss.pkcs11 that throw KeyAlreadyImportedExceptionModifier and TypeMethodDescriptionPK11Store.importPrivateKey
(byte[] key, PrivateKey.Type type) Imports a raw private key into this token.PK11Store.importPrivateKey
(byte[] key, PrivateKey.Type type, boolean temporary)