public class DVCSRequest extends DVCSMessage
Constructor | Description |
---|---|
DVCSRequest(org.bouncycastle.asn1.cms.ContentInfo contentInfo) |
Construct a DVCS Request from a ContentInfo
|
DVCSRequest(CMSSignedData signedData) |
Constructs DVCRequest from CMS SignedData object.
|
Modifier and Type | Method | Description |
---|---|---|
org.bouncycastle.asn1.ASN1Encodable |
getContent() |
Return the ASN.1 DVCSRequest structure making up the body of this request.
|
DVCSRequestData |
getData() |
Get data of DVCRequest.
|
DVCSRequestInfo |
getRequestInfo() |
Get RequestInformation envelope.
|
org.bouncycastle.asn1.x509.GeneralName |
getTransactionIdentifier() |
Get the transaction identifier of request.
|
getContentType
public DVCSRequest(CMSSignedData signedData) throws DVCSConstructionException
signedData
- the CMS SignedData object containing the requestDVCSConstructionException
public DVCSRequest(org.bouncycastle.asn1.cms.ContentInfo contentInfo) throws DVCSConstructionException
contentInfo
- the contentInfo representing the DVCSRequestDVCSConstructionException
public org.bouncycastle.asn1.ASN1Encodable getContent()
getContent
in class DVCSMessage
public DVCSRequestInfo getRequestInfo()
public DVCSRequestData getData()
public org.bouncycastle.asn1.x509.GeneralName getTransactionIdentifier()