|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.dvcs.DVCSMessage
org.bouncycastle.dvcs.DVCSRequest
DVCRequest is general request to DVCS (RFC 3029). It represents requests for all types of services. Requests for different services differ in DVCData structure.
Constructor Summary | |
DVCSRequest(CMSSignedData signedData)
Constructs DVCRequest from CMS SignedData object. |
|
DVCSRequest(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
Construct a DVCS Request from a ContentInfo |
Method Summary | |
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. |
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 DVCSRequest(CMSSignedData signedData) throws DVCSConstructionException
signedData
- the CMS SignedData object containing the request
DVCSConstructionException
public DVCSRequest(org.bouncycastle.asn1.cms.ContentInfo contentInfo) throws DVCSConstructionException
contentInfo
- the contentInfo representing the DVCSRequest
DVCSConstructionException
Method Detail |
public org.bouncycastle.asn1.ASN1Encodable getContent()
getContent
in class DVCSMessage
public DVCSRequestInfo getRequestInfo()
public DVCSRequestData getData()
public org.bouncycastle.asn1.x509.GeneralName getTransactionIdentifier()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |