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.CertUsage
CryptoManager.CertUsage.AnyCA
static final CryptoManager.CertUsage
CryptoManager.CertUsage.EmailRecipient
static final CryptoManager.CertUsage
CryptoManager.CertUsage.EmailSigner
static final CryptoManager.CertUsage
CryptoManager.CertUsage.ObjectSigner
static final CryptoManager.CertUsage
CryptoManager.CertUsage.ProtectedObjectSigner
static final CryptoManager.CertUsage
CryptoManager.CertUsage.SSLCA
static final CryptoManager.CertUsage
CryptoManager.CertUsage.SSLClient
static final CryptoManager.CertUsage
CryptoManager.CertUsage.SSLServer
static final CryptoManager.CertUsage
CryptoManager.CertUsage.SSLServerWithStepUp
static final CryptoManager.CertUsage
CryptoManager.CertUsage.StatusResponder
static final CryptoManager.CertUsage
CryptoManager.CertUsage.UserCertImport
static final CryptoManager.CertUsage
CryptoManager.CertUsage.VerifyCA
Fields in org.mozilla.jss with type parameters of type CryptoManager.CertUsageModifier and TypeFieldDescriptionprivate static ArrayList
<CryptoManager.CertUsage> CryptoManager.CertUsage.list
Methods 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 TypeMethodDescriptionboolean
CryptoManager.isCertValid
(byte[] certPackage, boolean checkSig, CryptoManager.CertUsage certUsage) Verify a certificate in memory.boolean
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.