Uses of Class
org.mozilla.jss.crypto.SymmetricKey.NotExtractableException
Packages that use SymmetricKey.NotExtractableException
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of SymmetricKey.NotExtractableException in org.mozilla.jss.crypto
Methods in org.mozilla.jss.crypto that throw SymmetricKey.NotExtractableExceptionModifier and TypeMethodDescriptionKeyGenerator.clone(SymmetricKey key) Allows a SymmetricKey to be cloned on a different token.CryptoToken.cloneKey(SymmetricKey key) Clones a SymmetricKey from a different token onto this token.byte[]SymmetricKey.getKeyData() -
Uses of SymmetricKey.NotExtractableException in org.mozilla.jss.pkcs11
Methods in org.mozilla.jss.pkcs11 that throw SymmetricKey.NotExtractableExceptionModifier and TypeMethodDescriptionPK11KeyGenerator.clone(SymmetricKey key) Allows a SymmetricKey to be cloned on a different token.static SymmetricKeyPK11KeyGenerator.clone(SymmetricKey key, PK11Token token) Allows a SymmetricKey to be cloned on a different token.PK11Token.cloneKey(SymmetricKey key) Allows a SymmetricKey to be cloned on a different token.byte[]PK11SymKey.getKeyData()private static SymmetricKeyPK11KeyGenerator.nativeClone(PK11Token token, SymmetricKey toBeCloned)