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 X509CertificateCryptoManager.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 TypeMethodDescriptionvoidCryptoStore.deleteCert(X509Certificate cert) Deletes a certificate and the corresponding keys.voidCryptoStore.deleteCertOnly(X509Certificate cert) Deletes a certificate without deleting the corresponding keys.voidCryptoStore.deletePrivateKey(PrivateKey privateKey) Permanently deletes a private key from the token.voidCryptoStore.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 TypeMethodDescriptionvoidPK11Store.deleteCert(X509Certificate cert) Deletes the specified certificate and its associated private key from the store.voidPK11Store.deleteCertOnly(X509Certificate cert) Deletes the specified certificate from the store.voidPK11Store.deletePrivateKey(PrivateKey privateKey) voidPK11Store.deletePublicKey(PublicKey publicKey) voidPK11PrivKey.verifyKeyIsOnToken(PK11Token token) Make sure this key lives on the given token.voidPK11PubKey.verifyKeyIsOnToken(PK11Token token) Make sure this key lives on the given token.