The ASN.1 syntax for this is:
GeneralNames ::= SEQUENCE SIZE (1..MAX) OF GeneralName
Modifier and Type | Field and Description |
---|---|
private final List |
Access | Constructor and Description |
---|---|
public | GeneralNames(DerValue
the DerValue to construct the GeneralNames from. derVal)Create the GeneralNames, decoding from the passed DerValue. |
public |
Modifier and Type | Method and Description |
---|---|
public GeneralNames | |
public void | encode(DerOutputStream
the DerOutputStream to write the extension to. out)Write the extension to the DerOutputStream. |
public boolean | Returns: true if this equals objthe reference object with which to compare. obj)Overrides java. compare this GeneralNames to other object for equality |
public GeneralName | |
public int | |
public boolean | |
public Iterator | |
public List | |
public int | |
public String |
names | back to summary |
---|---|
private final List<GeneralName> names |
GeneralNames | back to summary |
---|---|
public GeneralNames(DerValue derVal) throws IOException Create the GeneralNames, decoding from the passed DerValue.
|
GeneralNames | back to summary |
---|---|
public GeneralNames() The default constructor for this class. |
add | back to summary |
---|---|
public GeneralNames add(GeneralName name) |
encode | back to summary |
---|---|
public void encode(DerOutputStream out) Write the extension to the DerOutputStream.
|
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. compare this GeneralNames to other object for equality
|
get | back to summary |
---|---|
public GeneralName get(int index) |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
isEmpty | back to summary |
---|---|
public boolean isEmpty() |
iterator | back to summary |
---|---|
public Iterator |
names | back to summary |
---|---|
public List |
size | back to summary |
---|---|
public int size() |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
|