|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
public byte[] getMessage()
public CMSSignedData getParsedMessage()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |