public class V2Form
extends java.lang.Object
implements org.bouncycastle.asn1.DEREncodable
Constructor and Description |
---|
V2Form(org.bouncycastle.asn1.ASN1Sequence seq) |
V2Form(org.bouncycastle.asn1.x509.GeneralNames issuerName) |
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.x509.IssuerSerial |
getBaseCertificateID() |
org.bouncycastle.asn1.DERObject |
getDERObject()
Produce an object suitable for an ASN1OutputStream.
|
org.bouncycastle.asn1.x509.GeneralNames |
getIssuerName() |
ObjectDigestInfo |
getObjectDigestInfo() |
public V2Form(org.bouncycastle.asn1.x509.GeneralNames issuerName)
public V2Form(org.bouncycastle.asn1.ASN1Sequence seq)
public org.bouncycastle.asn1.x509.GeneralNames getIssuerName()
public org.bouncycastle.asn1.x509.IssuerSerial getBaseCertificateID()
public ObjectDigestInfo getObjectDigestInfo()
public org.bouncycastle.asn1.DERObject getDERObject()
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 }
getDERObject
in interface org.bouncycastle.asn1.DEREncodable