public class DVCSRequest extends DVCSMessage
| Constructor and Description |
|---|
DVCSRequest(CMSSignedData signedData)
Constructs DVCRequest from CMS SignedData object.
|
DVCSRequest(ContentInfo contentInfo)
Construct a DVCS Request from a ContentInfo
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
GeneralName |
getTransactionIdentifier()
Get the transaction identifier of request.
|
getContentTypepublic DVCSRequest(CMSSignedData signedData) throws DVCSConstructionException
signedData - the CMS SignedData object containing the requestDVCSConstructionExceptionpublic DVCSRequest(ContentInfo contentInfo) throws DVCSConstructionException
contentInfo - the contentInfo representing the DVCSRequestDVCSConstructionExceptionpublic ASN1Encodable getContent()
getContent in class DVCSMessagepublic DVCSRequestInfo getRequestInfo()
public DVCSRequestData getData()
public GeneralName getTransactionIdentifier()
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.