|
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.DVCSMessage | +--org.bouncycastle.dvcs.DVCSResponse
DVCResponse is general response to DVCS (RFC 3029). It represents responses for all types of services.
Constructor Summary | |
DVCSResponse(CMSSignedData signedData)
Constructs DVCResponse from CMS SignedData object. |
|
DVCSResponse(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
Construct a DVCS Response from a ContentInfo |
Method Summary | |
org.bouncycastle.asn1.ASN1Encodable |
getContent()
Return the ASN.1 DVCSResponse structure making up the body of this response. |
Methods inherited from class org.bouncycastle.dvcs.DVCSMessage |
getContentType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DVCSResponse(CMSSignedData signedData) throws DVCSConstructionException
signedData
- the CMS SignedData object containing the requestDVCSConstructionException
- public DVCSResponse(org.bouncycastle.asn1.cms.ContentInfo contentInfo) throws DVCSConstructionException
contentInfo
- the contentInfo representing the DVCSRequestDVCSConstructionException
- Method Detail |
public org.bouncycastle.asn1.ASN1Encodable getContent()
getContent
in class DVCSMessage
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |