Uses of Class
org.mozilla.jss.util.InvalidNicknameException
Packages that use InvalidNicknameException
-
Uses of InvalidNicknameException in org.mozilla.jss
Methods in org.mozilla.jss that throw InvalidNicknameExceptionModifier and TypeMethodDescriptionCryptoManager.importCertToPerm
(X509Certificate cert, String nickname) Imports a single certificate into the permanent certificate database.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 void
CryptoManager.verifyCertificateNowNative2
(String nickname, boolean checkSig, int certificateUsage) private void
CryptoManager.verifyCertificateNowNative3
(X509Certificate cert, boolean checkSig, int certificateUsage)