Package org.bouncycastle.asn1.x509
Class V2Form
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.V2Form
- All Implemented Interfaces:
ASN1Encodable
,Encodable
-
Constructor Summary
ConstructorsConstructorDescriptionV2Form
(GeneralNames issuerName) V2Form
(GeneralNames issuerName, IssuerSerial baseCertificateID) V2Form
(GeneralNames issuerName, IssuerSerial baseCertificateID, ObjectDigestInfo objectDigestInfo) V2Form
(GeneralNames issuerName, ObjectDigestInfo objectDigestInfo) -
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.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
V2Form
-
V2Form
-
V2Form
-
V2Form
public V2Form(GeneralNames issuerName, IssuerSerial baseCertificateID, ObjectDigestInfo objectDigestInfo)
-
-
Method Details
-
getInstance
-
getInstance
-
getIssuerName
-
getBaseCertificateID
-
getObjectDigestInfo
-
toASN1Primitive
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:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-