public class GeneralNames extends ASN1Encodable
BER, DER
Constructor and Description |
---|
GeneralNames(ASN1Sequence seq) |
GeneralNames(GeneralName name)
Construct a GeneralNames object containing one GeneralName.
|
Modifier and Type | Method and Description |
---|---|
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() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public GeneralNames(GeneralName name)
name
- the name to be contained.public GeneralNames(ASN1Sequence seq)
public static GeneralNames getInstance(Object obj)
public static GeneralNames getInstance(ASN1TaggedObject obj, boolean explicit)
public GeneralName[] getNames()
public DERObject toASN1Object()
GeneralNames ::= SEQUENCE SIZE {1..MAX} OF GeneralName
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.