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.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 voidCryptoManager.verifyCertificateNowNative2(String nickname, boolean checkSig, int certificateUsage) private voidCryptoManager.verifyCertificateNowNative3(X509Certificate cert, boolean checkSig, int certificateUsage)