Bouncy Castle Cryptography Library 1.79

org.bouncycastle.dvcs
Class VSDRequestData

java.lang.Object
  |
  +--org.bouncycastle.dvcs.DVCSRequestData
        |
        +--org.bouncycastle.dvcs.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.


Fields inherited from class org.bouncycastle.dvcs.DVCSRequestData
data
 
Method Summary
 byte[] getMessage()
          Get contained message (data to be certified).
 CMSSignedData getParsedMessage()
          Get the CMS SignedData object represented by the encoded message.
 
Methods inherited from class org.bouncycastle.dvcs.DVCSRequestData
toASN1Structure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

Bouncy Castle Cryptography Library 1.79