public class DVCSResponse extends DVCSMessage
| Constructor | Description |
|---|---|
DVCSResponse(org.bouncycastle.asn1.cms.ContentInfo contentInfo) |
Construct a DVCS Response from a ContentInfo
|
DVCSResponse(CMSSignedData signedData) |
Constructs DVCResponse from CMS SignedData object.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.bouncycastle.asn1.ASN1Encodable |
getContent() |
Return the ASN.1 DVCSResponse structure making up the body of this response.
|
getContentTypepublic DVCSResponse(CMSSignedData signedData) throws DVCSConstructionException
signedData - the CMS SignedData object containing the requestDVCSConstructionExceptionpublic DVCSResponse(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
throws DVCSConstructionException
contentInfo - the contentInfo representing the DVCSRequestDVCSConstructionExceptionpublic org.bouncycastle.asn1.ASN1Encodable getContent()
getContent in class DVCSMessage