|
Bouncy Castle Cryptography 1.11 API Specification: Class GeneralNames
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneralNames
public GeneralNames(DERConstructedSequence seq)
markImplicit
public void markImplicit(boolean isImplicit)
getDERObject
public DERObject getDERObject()
GeneralNames ::= SEQUENCE SIZE {1..MAX} OF GeneralName
- Specified by:
getDERObject in interface DEREncodable
|