Bouncy Castle Cryptography Library 1.35 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.x509.GeneralNames
public class GeneralNames
extends ASN1Encodable
Field Summary |
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable | |
BER , DER |
Constructor Summary | |
| |
|
Method Summary | |
static GeneralNames |
|
static GeneralNames |
|
GeneralName[] |
|
DERObject |
|
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable | |
equals , getDEREncoded , getDERObject , getEncoded , getEncoded , hashCode , toASN1Object |
public GeneralNames(GeneralName name)
Construct a GeneralNames object containing one GeneralName.
- Parameters:
name
- the name to be contained.
public DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.GeneralNames ::= SEQUENCE SIZE {1..MAX} OF GeneralName
- Overrides:
- toASN1Object in interface ASN1Encodable