org.bouncycastle.dvcs
Class DVCSRequestData
java.lang.Object
|
+--org.bouncycastle.dvcs.DVCSRequestData
- Direct Known Subclasses:
- CCPDRequestData, CPDRequestData, VPKCRequestData, VSDRequestData
- public abstract class DVCSRequestData
- extends java.lang.Object
Data piece of DVCRequest object (DVCS Data structure).
Its contents depend on the service type.
Its subclasses define the service-specific interface.
The concrete objects of DVCRequestData are created by buildDVCRequestData static method.
Field Summary |
protected org.bouncycastle.asn1.dvcs.Data |
data
The underlying data object is accessible by subclasses. |
Constructor Summary |
protected |
DVCSRequestData(org.bouncycastle.asn1.dvcs.Data data)
The constructor is accessible by subclasses. |
Method Summary |
org.bouncycastle.asn1.dvcs.Data |
toASN1Structure()
Convert to ASN.1 structure (Data). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
protected org.bouncycastle.asn1.dvcs.Data data
- The underlying data object is accessible by subclasses.
DVCSRequestData
protected DVCSRequestData(org.bouncycastle.asn1.dvcs.Data data)
- The constructor is accessible by subclasses.
- Parameters:
data
- the data piece for this request.
toASN1Structure
public org.bouncycastle.asn1.dvcs.Data toASN1Structure()
- Convert to ASN.1 structure (Data).
- Returns:
- a Data object.