Package org.bouncycastle.dvcs
Class VSDRequestData
java.lang.Object
org.bouncycastle.dvcs.DVCSRequestData
org.bouncycastle.dvcs.VSDRequestData
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
Modifier and TypeMethodDescriptionbyte[]
Get contained message (data to be certified).Get the CMS SignedData object represented by the encoded message.Methods inherited from class org.bouncycastle.dvcs.DVCSRequestData
toASN1Structure
-
Method Details
-
getMessage
public byte[] getMessage()Get contained message (data to be certified).- Returns:
- the contained message.
-
getParsedMessage
Get the CMS SignedData object represented by the encoded message.- Returns:
- the parsed contents of the contained message as a CMS SignedData object.
-