Bouncy Castle Cryptography 1.24

org.bouncycastle.asn1.x509
Class GeneralNames

java.lang.Object
  extended by org.bouncycastle.asn1.x509.GeneralNames
All Implemented Interfaces:
DEREncodable

public class GeneralNames
extends java.lang.Object
implements DEREncodable


Constructor Summary
GeneralNames(ASN1Sequence seq)
           
 
Method Summary
 DERObject getDERObject()
          Produce an object suitable for an ASN1OutputStream.
static GeneralNames getInstance(ASN1TaggedObject obj, boolean explicit)
           
static GeneralNames getInstance(java.lang.Object obj)
           
 void markInsideImplicit(boolean isInsideImplicit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralNames

public GeneralNames(ASN1Sequence seq)
Method Detail

getInstance

public static GeneralNames getInstance(java.lang.Object obj)

getInstance

public static GeneralNames getInstance(ASN1TaggedObject obj,
                                       boolean explicit)

markInsideImplicit

public void markInsideImplicit(boolean isInsideImplicit)

getDERObject

public DERObject getDERObject()
Produce an object suitable for an ASN1OutputStream.
 GeneralNames ::= SEQUENCE SIZE {1..MAX} OF GeneralName
 

Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.24