org.bouncycastle.asn1.x509
public class GeneralNames extends ASN1Encodable
| Constructor Summary | |
|---|---|
| GeneralNames(GeneralName name)
Construct a GeneralNames object containing one GeneralName.
| |
| GeneralNames(ASN1Sequence seq) | |
| Method Summary | |
|---|---|
| static GeneralNames | getInstance(Object obj) |
| static GeneralNames | getInstance(ASN1TaggedObject obj, boolean explicit) |
| GeneralName[] | getNames() |
| DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
| String | toString() |
Parameters: name the name to be contained.
GeneralNames ::= SEQUENCE SIZE {1..MAX} OF GeneralName