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) ObjectDigestInfoFields inherited from class ASN1Encodable
BER, DER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic V2FormgetInstance(Object obj) static V2FormgetInstance(ASN1TaggedObject obj, boolean explicit) Produce an object suitable for an ASN1OutputStream.Methods inherited from class 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:
toASN1Objectin classASN1Encodable
-