public class

V2Form

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.x509.V2Form

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
V2Form(GeneralNames issuerName)
V2Form(ASN1Sequence seq)
Public Methods
IssuerSerial getBaseCertificateID()
static V2Form getInstance(ASN1TaggedObject obj, boolean explicit)
static V2Form getInstance(Object obj)
GeneralNames getIssuerName()
ObjectDigestInfo getObjectDigestInfo()
DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public V2Form (GeneralNames issuerName)

public V2Form (ASN1Sequence seq)

Public Methods

public IssuerSerial getBaseCertificateID ()

public static V2Form getInstance (ASN1TaggedObject obj, boolean explicit)

public static V2Form getInstance (Object obj)

public GeneralNames getIssuerName ()

public ObjectDigestInfo getObjectDigestInfo ()

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
  }