Class GeneralNames

All Implemented Interfaces:
Serializable, Cloneable, Iterable<GeneralNameInterface>, Collection<GeneralNameInterface>, List<GeneralNameInterface>, RandomAccess, SequencedCollection<GeneralNameInterface>

public class GeneralNames extends Vector<GeneralNameInterface>
This object class represents the GeneralNames type required in X509 certificates.

The ASN.1 syntax for this is:

 GeneralNames ::= SEQUENCE SIZE (1..MAX) OF GeneralName
 
Version:
1.7
See Also: