Class NameConstraints

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.NameConstraints
All Implemented Interfaces:
ASN1Encodable, Encodable

public class NameConstraints extends ASN1Object
  • Constructor Details

    • NameConstraints

      public NameConstraints(GeneralSubtree[] permitted, GeneralSubtree[] excluded)
      Constructor from a given details.

      permitted and excluded are arrays of GeneralSubtree objects.

      Parameters:
      permitted - Permitted subtrees
      excluded - Excludes subtrees
  • Method Details