Uses of Class
org.mozilla.jss.netscape.security.x509.CertificatePolicyId
Packages that use CertificatePolicyId
-
Uses of CertificatePolicyId in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as CertificatePolicyIdModifier and TypeFieldDescriptionprivate CertificatePolicyId
CertificatePolicyMap.issuerDomain
private CertificatePolicyId
CertificatePolicyInfo.mPolicyIdentifier
private CertificatePolicyId
CertificatePolicyMap.subjectDomain
Fields in org.mozilla.jss.netscape.security.x509 with type parameters of type CertificatePolicyIdMethods in org.mozilla.jss.netscape.security.x509 that return CertificatePolicyIdModifier and TypeMethodDescriptionCertificatePolicyMap.getIssuerIdentifier()
Return the issuer CA part of the policy map.CertificatePolicyInfo.getPolicyIdentifier()
return the policy identifier of the policy infoCertificatePolicyMap.getSubjectIdentifier()
Return the subject CA part of the policy map.Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type CertificatePolicyIdModifierConstructorDescriptionCreate a CertificatePolicyInfo with the passed CertificatePolicyId's.CertificatePolicyInfo
(CertificatePolicyId id, PolicyQualifiers qualifiers) CertificatePolicyMap
(CertificatePolicyId issuer, CertificatePolicyId subject) Create a CertificatePolicyMap with the passed CertificatePolicyId's.Constructor parameters in org.mozilla.jss.netscape.security.x509 with type arguments of type CertificatePolicyIdModifierConstructorDescriptionThe default constructor for this class.