Class DVCSResponse


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

      Constructors 
      Constructor Description
      DVCSResponse​(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
      Construct a DVCS Response from a ContentInfo
      DVCSResponse​(CMSSignedData signedData)
      Constructs DVCResponse from CMS SignedData object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bouncycastle.asn1.ASN1Encodable getContent()
      Return the ASN.1 DVCSResponse structure making up the body of this response.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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.