public class

GeneralNames

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.x509.GeneralNames

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
GeneralNames(GeneralName name)
Construct a GeneralNames object containing one GeneralName.
GeneralNames(ASN1Sequence seq)
Public Methods
static GeneralNames getInstance(ASN1TaggedObject obj, boolean explicit)
static GeneralNames getInstance(Object obj)
GeneralName[] getNames()
DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
String toString()
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public GeneralNames (GeneralName name)

Construct a GeneralNames object containing one GeneralName.

Parameters
name the name to be contained.

public GeneralNames (ASN1Sequence seq)

Public Methods

public static GeneralNames getInstance (ASN1TaggedObject obj, boolean explicit)

public static GeneralNames getInstance (Object obj)

public GeneralName[] getNames ()

public DERObject toASN1Object ()

Produce an object suitable for an ASN1OutputStream.

 GeneralNames ::= SEQUENCE SIZE {1..MAX} OF GeneralName
 

public String toString ()