public final class GeneralNames extends Object
GeneralNames ::= SEQUENCE SIZE (1..MAX) OF GeneralName
NameConstraints,
GeneralSubtree| Modifier and Type | Field and Description |
|---|---|
static ASN1Type |
ASN1
ASN.1 DER X.509 GeneralNames encoder/decoder class.
|
| Constructor and Description |
|---|
GeneralNames() |
GeneralNames(List<GeneralName> generalNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
addName(GeneralName name) |
void |
dumpValue(StringBuilder sb,
String prefix) |
byte[] |
getEncoded()
Returns ASN.1 encoded form of this X.509 GeneralNames value.
|
List<GeneralName> |
getNames()
Returns the list of values.
|
Collection<List<?>> |
getPairsList()
Returns the collection of pairs: (Integer (tag), Object (name value))*
|
public static final ASN1Type ASN1
public GeneralNames()
public GeneralNames(List<GeneralName> generalNames)
public List<GeneralName> getNames()
public Collection<List<?>> getPairsList()
public void addName(GeneralName name)
public byte[] getEncoded()
public void dumpValue(StringBuilder sb, String prefix)