Bouncy Castle Cryptography 1.11 API Specification: Class GeneralNames
Bouncy Castle Cryptography 1.11

org.bouncycastle.asn1.x509
Class GeneralNames

java.lang.Object
  |
  +--org.bouncycastle.asn1.x509.GeneralNames
All Implemented Interfaces:
DEREncodable

public class GeneralNames
extends java.lang.Object
implements DEREncodable


Constructor Summary
GeneralNames(DERConstructedSequence seq)
           
 
Method Summary
 DERObject getDERObject()
           GeneralNames ::= SEQUENCE SIZE {1..MAX} OF GeneralName
 void markImplicit(boolean isImplicit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralNames

public GeneralNames(DERConstructedSequence seq)
Method Detail

markImplicit

public void markImplicit(boolean isImplicit)

getDERObject

public DERObject getDERObject()
 GeneralNames ::= SEQUENCE SIZE {1..MAX} OF GeneralName
 
Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.11