Uses of Class
org.mozilla.jss.crypto.ObjectNotFoundException
Packages that use ObjectNotFoundException
Package
Description
Configuration and top-level operations of the JSS system.
Generic cryptographic operations, such as signing and key pair generation.
Creating and interpeting PKCS #7 blobs.
Creating and interpeting CMS blobs.
-
Uses of ObjectNotFoundException in org.mozilla.jss
Methods in org.mozilla.jss that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionCryptoManager.findCertByIssuerAndSerialNumber(byte[] derIssuer, INTEGER serialNumber) Looks up a certificate by issuer and serial number.private X509CertificateCryptoManager.findCertByIssuerAndSerialNumberNative(byte[] derIssuer, byte[] serialNumber) CryptoManager.findCertByNickname(String nickname) Looks up a certificate given its nickname.protected X509CertificateCryptoManager.findCertByNicknameNative(String nickname) CryptoManager.findPrivKeyByCert(X509Certificate cert) Looks up the PrivateKey matching the given certificate.protected PrivateKeyCryptoManager.findPrivKeyByCertNative(X509Certificate cert) intCryptoManager.isCertValid(String nickname, boolean checkSig) Verify a certificate that exists in the given cert database, check if is valid and that we trust the issuer.booleanCryptoManager.isCertValid(String nickname, boolean checkSig, CertificateUsage certificateUsage) Deprecated.Use verifyCertificate() insteadbooleanCryptoManager.isCertValid(String nickname, boolean checkSig, CryptoManager.CertUsage certUsage) note: this method calls obsolete function in NSS Verify a certificate that exists in the given cert database, check if is valid and that we trust the issuer.voidCryptoManager.verifyCertificate(String nickname, boolean checkSig, CertificateUsage certificateUsage) Verify a certificate that exists in the given cert database, check if it's valid and that we trust the issuer.voidCryptoManager.verifyCertificate(X509Certificate cert, boolean checkSig, CertificateUsage certificateUsage) Verify an X509Certificate by checking if it's valid and that we trust the issuer.private intCryptoManager.verifyCertificateNowCUNative(String nickname, boolean checkSig) private booleanCryptoManager.verifyCertificateNowNative(String nickname, boolean checkSig, int certificateUsage) private voidCryptoManager.verifyCertificateNowNative2(String nickname, boolean checkSig, int certificateUsage) private voidCryptoManager.verifyCertificateNowNative3(X509Certificate cert, boolean checkSig, int certificateUsage) private booleanCryptoManager.verifyCertNowNative(String nickname, boolean checkSig, int cUsage) -
Uses of ObjectNotFoundException in org.mozilla.jss.crypto
Methods in org.mozilla.jss.crypto that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionCryptoStore.findPublicKey(PrivateKey privateKey) Returns the public key corresponding to the private key.byte[]CryptoStore.getEncryptedPrivateKeyInfo(X509Certificate cert, PBEAlgorithm pbeAlg, Password pw, int iteration) Get an encrypted private key for the given cert. -
Uses of ObjectNotFoundException in org.mozilla.jss.nss
Methods in org.mozilla.jss.nss that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionintSSLPreliminaryChannelInfo.getAuthKeyBits()Gets the value of authKeyBits; throws an exception when the value isn't yet available.SSLPreliminaryChannelInfo.getCipherSuite()Gets the value of cipherSuite; throws an exception when the value isn't yet available.SSLChannelInfo.getOriginalKeaGroup()Gets the value of originalKeaGroup; throws an exception when the field isn't available from NSS.booleanSSLChannelInfo.getPeerDelegCred()Gets the value of peerDelegCred; throws an exception when the field isn't available from NSS.booleanSSLPreliminaryChannelInfo.getPeerDelegCred()Gets the value of peerDelegCred; throws an exception when the value isn't yet available.SSLPreliminaryChannelInfo.getProtocolVersion()Gets the value of protocolVersion; throws an exception when the value isn't yet available.booleanSSLChannelInfo.getResumed()Gets the value of resumed; throws an exception when the field isn't available from NSS.SSLPreliminaryChannelInfo.getSignatureScheme()Gets the value of signatureScheme; throws an exception when the value isn't yet available.SSLPreliminaryChannelInfo.getZeroRttCipherSuite()Gets the value of zeroRttCipherSuite; throws an exception when the value isn't yet available. -
Uses of ObjectNotFoundException in org.mozilla.jss.pkcs11
Methods in org.mozilla.jss.pkcs11 that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionPK11Store.findPublicKey(PrivateKey privateKey) byte[]PK11Store.getEncryptedPrivateKeyInfo(X509Certificate cert, PBEAlgorithm pbeAlg, Password pw, int iteration) -
Uses of ObjectNotFoundException in org.mozilla.jss.pkcs7
Methods in org.mozilla.jss.pkcs7 that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionvoidSignerInfo.verify(byte[] messageDigest, OBJECT_IDENTIFIER contentType) Verifies that this SignerInfo contains a valid signature of the given message digest. -
Uses of ObjectNotFoundException in org.mozilla.jss.pkix.cms
Methods in org.mozilla.jss.pkix.cms that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionvoidSignerInfo.verify(byte[] messageDigest, OBJECT_IDENTIFIER contentType) Verifies that this SignerInfo contains a valid signature of the given message digest. -
Uses of ObjectNotFoundException in org.mozilla.jss.provider.javax.crypto
Methods in org.mozilla.jss.provider.javax.crypto that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionprivate intJSSTrustManager.certRevokeVerify(X509Certificate cert, int usage)