public class V2Form extends ASN1Encodable
BER, DER| Constructor and Description |
|---|
V2Form(ASN1Sequence seq) |
V2Form(GeneralNames issuerName) |
| Modifier and Type | Method and Description |
|---|---|
IssuerSerial |
getBaseCertificateID() |
static V2Form |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static V2Form |
getInstance(Object obj) |
GeneralNames |
getIssuerName() |
ObjectDigestInfo |
getObjectDigestInfo() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic V2Form(GeneralNames issuerName)
public V2Form(ASN1Sequence seq)
public static V2Form getInstance(ASN1TaggedObject obj, boolean explicit)
public GeneralNames getIssuerName()
public IssuerSerial getBaseCertificateID()
public ObjectDigestInfo getObjectDigestInfo()
public DERObject toASN1Object()
V2Form ::= SEQUENCE {
issuerName GeneralNames OPTIONAL,
baseCertificateID [0] IssuerSerial OPTIONAL,
objectDigestInfo [1] ObjectDigestInfo OPTIONAL
-- issuerName MUST be present in this profile
-- baseCertificateID and objectDigestInfo MUST NOT
-- be present in this profile
}
toASN1Object in class ASN1EncodableCopyright © 2015. All rights reserved.