|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.dvcs.DVCSRequestData
public abstract class DVCSRequestData
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 |
Field Detail |
---|
protected org.bouncycastle.asn1.dvcs.Data data
Constructor Detail |
---|
protected DVCSRequestData(org.bouncycastle.asn1.dvcs.Data data)
data
- Method Detail |
---|
public org.bouncycastle.asn1.dvcs.Data toASN1Structure()
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |