org.bouncycastle.asn1.x509

Class V2Form

public class V2Form extends ASN1Encodable

Constructor Summary
V2Form(GeneralNames issuerName)
V2Form(ASN1Sequence seq)
Method Summary
IssuerSerialgetBaseCertificateID()
static V2FormgetInstance(ASN1TaggedObject obj, boolean explicit)
static V2FormgetInstance(Object obj)
GeneralNamesgetIssuerName()
ObjectDigestInfogetObjectDigestInfo()
DERObjecttoASN1Object()
Produce an object suitable for an ASN1OutputStream.

Constructor Detail

V2Form

public V2Form(GeneralNames issuerName)

V2Form

public V2Form(ASN1Sequence seq)

Method Detail

getBaseCertificateID

public IssuerSerial getBaseCertificateID()

getInstance

public static V2Form getInstance(ASN1TaggedObject obj, boolean explicit)

getInstance

public static V2Form getInstance(Object obj)

getIssuerName

public GeneralNames getIssuerName()

getObjectDigestInfo

public ObjectDigestInfo getObjectDigestInfo()

toASN1Object

public DERObject 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
  }