Class DVCSRequest

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.dvcs.DVCSRequest
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class DVCSRequest extends org.bouncycastle.asn1.ASN1Object
     DVCSRequest ::= SEQUENCE  {
         requestInformation         DVCSRequestInformation,
         data                       Data,
         transactionIdentifier      GeneralName OPTIONAL
     }
 
  • Constructor Details

  • Method Details

    • getInstance

      public static DVCSRequest getInstance(Object obj)
    • getInstance

      public static DVCSRequest getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getData

      public Data getData()
    • getRequestInformation

      public DVCSRequestInformation getRequestInformation()
    • getTransactionIdentifier

      public org.bouncycastle.asn1.x509.GeneralName getTransactionIdentifier()