Class VSDRequestData


  • public class VSDRequestData
    extends DVCSRequestData
    Data piece of DVCS request to VSD service (Verify Signed Document). It contains VSD-specific selector interface. Note: the request should contain CMS SignedData object as message.

    This objects are constructed internally, to build DVCS request to VSD service use VSDRequestBuilder.

    • Method Detail

      • getMessage

        public byte[] getMessage()
        Get contained message (data to be certified).
        Returns:
        the contained message.
      • getParsedMessage

        public CMSSignedData getParsedMessage()
        Get the CMS SignedData object represented by the encoded message.
        Returns:
        the parsed contents of the contained message as a CMS SignedData object.