Class GeneralNames

java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.GeneralNames
All Implemented Interfaces:
DEREncodable

public class GeneralNames extends ASN1Encodable
  • Field Details

  • Constructor Details

    • GeneralNames

      public GeneralNames(GeneralName name)
      Construct a GeneralNames object containing one GeneralName.
      Parameters:
      name - the name to be contained.
    • GeneralNames

      public GeneralNames(ASN1Sequence seq)
  • Method Details