Package org.gudy.bouncycastle.asn1.x509
Class V2Form
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.V2Form
- All Implemented Interfaces:
DEREncodable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) IssuerSerial
(package private) GeneralNames
(package private) ObjectDigestInfo
Fields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic V2Form
getInstance
(Object obj) static V2Form
getInstance
(ASN1TaggedObject obj, boolean explicit) Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
-
Field Details
-
issuerName
GeneralNames issuerName -
baseCertificateID
IssuerSerial baseCertificateID -
objectDigestInfo
ObjectDigestInfo objectDigestInfo
-
-
Constructor Details
-
V2Form
-
V2Form
-
-
Method Details
-
getInstance
-
getInstance
-
getIssuerName
-
getBaseCertificateID
-
getObjectDigestInfo
-
toASN1Object
Produce an object suitable for an ASN1OutputStream.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 }
- Specified by:
toASN1Object
in classASN1Encodable
-