Uses of Class
org.mozilla.jss.netscape.security.x509.CertificatePolicyMap
Packages that use CertificatePolicyMap
-
Uses of CertificatePolicyMap in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 with type parameters of type CertificatePolicyMapModifier and TypeFieldDescriptionprivate Vector
<CertificatePolicyMap> PolicyMappingsExtension.maps
Methods in org.mozilla.jss.netscape.security.x509 that return types with arguments of type CertificatePolicyMapModifier and TypeMethodDescriptionPolicyMappingsExtension.getMappings()
Returns an enumeration of the mappings in the extension.Method parameters in org.mozilla.jss.netscape.security.x509 with type arguments of type CertificatePolicyMapModifier and TypeMethodDescriptionprivate void
PolicyMappingsExtension.init
(boolean critical, Vector<CertificatePolicyMap> map) init policy with criticality and map.Constructor parameters in org.mozilla.jss.netscape.security.x509 with type arguments of type CertificatePolicyMapModifierConstructorDescriptionPolicyMappingsExtension
(boolean critical, Vector<CertificatePolicyMap> map) Create a PolicyMappings with the Vector of CertificatePolicyMap.Create a PolicyMappings with the Vector of CertificatePolicyMap.