|
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.DVCSRequestBuilder | +--org.bouncycastle.dvcs.CPDRequestBuilder
Builder of DVCSRequests to CPD service (Certify Possession of Data).
Fields inherited from class org.bouncycastle.dvcs.DVCSRequestBuilder |
requestInformationBuilder |
Constructor Summary | |
CPDRequestBuilder()
|
Method Summary | |
DVCSRequest |
build(byte[] messageBytes)
Build CPD request. |
Methods inherited from class org.bouncycastle.dvcs.DVCSRequestBuilder |
addExtension, createDVCRequest, setDataLocations, setDataLocations, setDVCS, setDVCS, setNonce, setRequester |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CPDRequestBuilder()
Method Detail |
public DVCSRequest build(byte[] messageBytes) throws DVCSException
messageBytes
- - data to be certifiedDVCSException
- on a build issue.
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |