public class V2Form extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
(package private) IssuerSerial |
baseCertificateID |
(package private) GeneralNames |
issuerName |
(package private) ObjectDigestInfo |
objectDigestInfo |
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(java.lang.Object obj) |
GeneralNames |
getIssuerName() |
ObjectDigestInfo |
getObjectDigestInfo() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeGeneralNames issuerName
IssuerSerial baseCertificateID
ObjectDigestInfo objectDigestInfo
public V2Form(GeneralNames issuerName)
public V2Form(ASN1Sequence seq)
public static V2Form getInstance(ASN1TaggedObject obj, boolean explicit)
public static V2Form getInstance(java.lang.Object obj)
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 © 1998-2014 Gamma Technologies. All Rights Reserved.