public class V2Form extends Object implements org.bouncycastle.asn1.ASN1Encodable
| 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.x509.GeneralNames |
getIssuerName() |
ObjectDigestInfo |
getObjectDigestInfo() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
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.ASN1Primitive toASN1Primitive()
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
}
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodableCopyright © 2014. All rights reserved.