public class DVCSResponse extends DVCSMessage
| Constructor and Description |
|---|
DVCSResponse(CMSSignedData signedData)
Constructs DVCRequest from CMS SignedData object.
|
DVCSResponse(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
Construct a DVCS Request from a ContentInfo
|
| Modifier and Type | Method and 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