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 X509Certificate
CryptoManager.findCertByIssuerAndSerialNumberNative
(byte[] derIssuer, byte[] serialNumber) CryptoManager.findCertByNickname
(String nickname) Looks up a certificate given its nickname.protected X509Certificate
CryptoManager.findCertByNicknameNative
(String nickname) CryptoManager.findPrivKeyByCert
(X509Certificate cert) Looks up the PrivateKey matching the given certificate.protected PrivateKey
CryptoManager.findPrivKeyByCertNative
(X509Certificate cert) int
CryptoManager.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.boolean
CryptoManager.isCertValid
(String nickname, boolean checkSig, CertificateUsage certificateUsage) Deprecated.Use verifyCertificate() insteadboolean
CryptoManager.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.void
CryptoManager.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.void
CryptoManager.verifyCertificate
(X509Certificate cert, boolean checkSig, CertificateUsage certificateUsage) Verify an X509Certificate by checking if it's valid and that we trust the issuer.private int
CryptoManager.verifyCertificateNowCUNative
(String nickname, boolean checkSig) private boolean
CryptoManager.verifyCertificateNowNative
(String nickname, boolean checkSig, int certificateUsage) private void
CryptoManager.verifyCertificateNowNative2
(String nickname, boolean checkSig, int certificateUsage) private void
CryptoManager.verifyCertificateNowNative3
(X509Certificate cert, boolean checkSig, int certificateUsage) private boolean
CryptoManager.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 TypeMethodDescriptionint
SSLPreliminaryChannelInfo.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.boolean
SSLChannelInfo.getPeerDelegCred()
Gets the value of peerDelegCred; throws an exception when the field isn't available from NSS.boolean
SSLPreliminaryChannelInfo.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.boolean
SSLChannelInfo.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 TypeMethodDescriptionvoid
SignerInfo.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 TypeMethodDescriptionvoid
SignerInfo.verify
(byte[] messageDigest, OBJECT_IDENTIFIER contentType) Verifies that this SignerInfo contains a valid signature of the given message digest.