Uses of Class
org.mozilla.jss.CryptoManager.CertUsage
Packages that use CryptoManager.CertUsage
-
Uses of CryptoManager.CertUsage in org.mozilla.jss
Fields in org.mozilla.jss declared as CryptoManager.CertUsageModifier and TypeFieldDescriptionstatic final CryptoManager.CertUsageCryptoManager.CertUsage.AnyCAstatic final CryptoManager.CertUsageCryptoManager.CertUsage.EmailRecipientstatic final CryptoManager.CertUsageCryptoManager.CertUsage.EmailSignerstatic final CryptoManager.CertUsageCryptoManager.CertUsage.ObjectSignerstatic final CryptoManager.CertUsageCryptoManager.CertUsage.ProtectedObjectSignerstatic final CryptoManager.CertUsageCryptoManager.CertUsage.SSLCAstatic final CryptoManager.CertUsageCryptoManager.CertUsage.SSLClientstatic final CryptoManager.CertUsageCryptoManager.CertUsage.SSLServerstatic final CryptoManager.CertUsageCryptoManager.CertUsage.SSLServerWithStepUpstatic final CryptoManager.CertUsageCryptoManager.CertUsage.StatusResponderstatic final CryptoManager.CertUsageCryptoManager.CertUsage.UserCertImportstatic final CryptoManager.CertUsageCryptoManager.CertUsage.VerifyCAFields in org.mozilla.jss with type parameters of type CryptoManager.CertUsageModifier and TypeFieldDescriptionprivate static ArrayList<CryptoManager.CertUsage> CryptoManager.CertUsage.listMethods in org.mozilla.jss that return types with arguments of type CryptoManager.CertUsageModifier and TypeMethodDescriptionstatic Iterator<CryptoManager.CertUsage> CryptoManager.CertUsage.getCertUsages()Methods in org.mozilla.jss with parameters of type CryptoManager.CertUsageModifier and TypeMethodDescriptionbooleanCryptoManager.isCertValid(byte[] certPackage, boolean checkSig, CryptoManager.CertUsage certUsage) Verify a certificate in memory.booleanCryptoManager.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.