Package 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.
 
- 
- 
Field Summary
- 
Fields inherited from class org.bouncycastle.dvcs.DVCSRequestData
data 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getMessage()Get contained message (data to be certified).CMSSignedDatagetParsedMessage()Get the CMS SignedData object represented by the encoded message.- 
Methods inherited from class org.bouncycastle.dvcs.DVCSRequestData
toASN1Structure 
 - 
 
 - 
 
- 
- 
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.
 
 
 - 
 
 -