Bouncy Castle Cryptography Library 1.79

org.bouncycastle.dvcs
Class CCPDRequestData

java.lang.Object
  |
  +--org.bouncycastle.dvcs.DVCSRequestData
        |
        +--org.bouncycastle.dvcs.CCPDRequestData

public class CCPDRequestData
extends DVCSRequestData

Data piece of DVCRequest for CCPD service (Certify Claim of Possession of Data). It contains CCPD-specific selector interface.

This objects are constructed internally, to build DVCS request to CCPD service use CCPDRequestBuilder.


Fields inherited from class org.bouncycastle.dvcs.DVCSRequestData
data
 
Method Summary
 MessageImprint getMessageImprint()
          Get MessageImprint value
 
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

getMessageImprint

public MessageImprint getMessageImprint()
Get MessageImprint value
Returns:
the message imprint data as a MessageImprint object.

Bouncy Castle Cryptography Library 1.79