Class DVCSResponse

java.lang.Object
org.bouncycastle.dvcs.DVCSMessage
org.bouncycastle.dvcs.DVCSResponse

public class DVCSResponse extends DVCSMessage
DVCResponse is general response to DVCS (RFC 3029). It represents responses for all types of services.
  • Constructor Details

  • Method Details

    • getContent

      public org.bouncycastle.asn1.ASN1Encodable getContent()
      Return the ASN.1 DVCSResponse structure making up the body of this response.
      Specified by:
      getContent in class DVCSMessage
      Returns:
      an org.bouncycastle.asn1.dvcs.DVCSResponse object.