Package org.bouncycastle.asn1.x509
Class V2Form
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.V2Form
- All Implemented Interfaces:
ASN1Encodable
public class V2Form extends ASN1Object
-
Constructor Summary
Constructors Constructor Description V2Form(ASN1Sequence seq)Deprecated.use getInstance().V2Form(GeneralNames issuerName)V2Form(GeneralNames issuerName, IssuerSerial baseCertificateID)V2Form(GeneralNames issuerName, IssuerSerial baseCertificateID, ObjectDigestInfo objectDigestInfo)V2Form(GeneralNames issuerName, ObjectDigestInfo objectDigestInfo) -
Method Summary
Modifier and Type Method Description IssuerSerialgetBaseCertificateID()static V2FormgetInstance(Object obj)static V2FormgetInstance(ASN1TaggedObject obj, boolean explicit)GeneralNamesgetIssuerName()ObjectDigestInfogetObjectDigestInfo()ASN1PrimitivetoASN1Primitive()Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
V2Form
-
V2Form
-
V2Form
-
V2Form
public V2Form(GeneralNames issuerName, IssuerSerial baseCertificateID, ObjectDigestInfo objectDigestInfo) -
V2Form
Deprecated.use getInstance().
-
-
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:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-