Class PolicyMappings

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class PolicyMappings
    extends ASN1Object
    PolicyMappings V3 extension, described in RFC3280. PolicyMappings ::= SEQUENCE SIZE (1..MAX) OF SEQUENCE { issuerDomainPolicy CertPolicyId, subjectDomainPolicy CertPolicyId }
    See Also:
    RFC 3280, section 4.2.1.6
    • Constructor Detail

      • PolicyMappings

        public PolicyMappings​(java.util.Hashtable mappings)
        Deprecated.
        use CertPolicyId constructors.
        Creates a new PolicyMappings instance.
        Parameters:
        mappings - a HashMap value that maps String oids to other String oids.