Uses of Class
org.mozilla.jss.crypto.NoSuchItemOnTokenException
Packages that use NoSuchItemOnTokenException
Package
Description
Configuration and top-level operations of the JSS system.
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of NoSuchItemOnTokenException in org.mozilla.jss
Methods in org.mozilla.jss that throw NoSuchItemOnTokenExceptionModifier and TypeMethodDescriptionCryptoManager.importCertPackage
(byte[] certPackage, String nickname) Imports a chain of certificates.private X509Certificate
CryptoManager.importCertPackageNative
(byte[] certPackage, String nickname, boolean noUser, boolean leafIsCA) CryptoManager.importUserCACertPackage
(byte[] certPackage, String nickname) Imports a chain of certificates. -
Uses of NoSuchItemOnTokenException in org.mozilla.jss.crypto
Methods in org.mozilla.jss.crypto that throw NoSuchItemOnTokenExceptionModifier and TypeMethodDescriptionvoid
CryptoStore.deleteCert
(X509Certificate cert) Deletes a certificate and the corresponding keys.void
CryptoStore.deleteCertOnly
(X509Certificate cert) Deletes a certificate without deleting the corresponding keys.void
CryptoStore.deletePrivateKey
(PrivateKey privateKey) Permanently deletes a private key from the token.void
CryptoStore.deletePublicKey
(PublicKey publicKey) Permanently deletes a public key from the token. -
Uses of NoSuchItemOnTokenException in org.mozilla.jss.pkcs11
Methods in org.mozilla.jss.pkcs11 that throw NoSuchItemOnTokenExceptionModifier and TypeMethodDescriptionvoid
PK11Store.deleteCert
(X509Certificate cert) Deletes the specified certificate and its associated private key from the store.void
PK11Store.deleteCertOnly
(X509Certificate cert) Deletes the specified certificate from the store.void
PK11Store.deletePrivateKey
(PrivateKey privateKey) void
PK11Store.deletePublicKey
(PublicKey publicKey) void
PK11PrivKey.verifyKeyIsOnToken
(PK11Token token) Make sure this key lives on the given token.void
PK11PubKey.verifyKeyIsOnToken
(PK11Token token) Make sure this key lives on the given token.