CCPDRequestData
, CPDRequestData
, VPKCRequestData
, VSDRequestData
public abstract class DVCSRequestData
extends java.lang.Object
The concrete objects of DVCRequestData are created by buildDVCRequestData static method.
Modifier and Type | Field | Description |
---|---|---|
protected org.bouncycastle.asn1.dvcs.Data |
data |
The underlying data object is accessible by subclasses.
|
Modifier | Constructor | Description |
---|---|---|
protected |
DVCSRequestData(org.bouncycastle.asn1.dvcs.Data data) |
The constructor is accessible by subclasses.
|
Modifier and Type | Method | Description |
---|---|---|
org.bouncycastle.asn1.dvcs.Data |
toASN1Structure() |
Convert to ASN.1 structure (Data).
|
protected org.bouncycastle.asn1.dvcs.Data data