org.gudy.bouncycastle.asn1.x509
Class GeneralNames
java.lang.Object
  
org.gudy.bouncycastle.asn1.ASN1Encodable
      
org.gudy.bouncycastle.asn1.x509.GeneralNames
- All Implemented Interfaces: 
 - DEREncodable
 
public class GeneralNames
- extends ASN1Encodable
 
 
 
 
 
 
 
GeneralNames
public GeneralNames(GeneralName name)
- Construct a GeneralNames object containing one GeneralName.
- Parameters:
 name - the name to be contained.
 
GeneralNames
public GeneralNames(ASN1Sequence seq)
getInstance
public static GeneralNames getInstance(Object obj)
 
getInstance
public static GeneralNames getInstance(ASN1TaggedObject obj,
                                       boolean explicit)
 
getNames
public GeneralName[] getNames()
 
toASN1Object
public DERObject toASN1Object()
- Produce an object suitable for an ASN1OutputStream.
 
 GeneralNames ::= SEQUENCE SIZE {1..MAX} OF GeneralName
 
- Specified by:
 toASN1Object in class ASN1Encodable
 
 
 
toString
public String toString()
- Overrides:
 toString in class Object