public class DVCSRequestInformation extends ASN1Object
DVCSRequestInformation ::= SEQUENCE {
version INTEGER DEFAULT 1 ,
service ServiceType,
nonce Nonce OPTIONAL,
requestTime DVCSTime OPTIONAL,
requester [0] GeneralNames OPTIONAL,
requestPolicy [1] PolicyInformation OPTIONAL,
dvcs [2] GeneralNames OPTIONAL,
dataLocations [3] GeneralNames OPTIONAL,
extensions [4] IMPLICIT Extensions OPTIONAL
}
| Modifier and Type | Method and Description |
|---|---|
GeneralNames |
getDataLocations() |
GeneralNames |
getDVCS() |
Extensions |
getExtensions() |
static DVCSRequestInformation |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static DVCSRequestInformation |
getInstance(java.lang.Object obj) |
java.math.BigInteger |
getNonce() |
GeneralNames |
getRequester() |
PolicyInformation |
getRequestPolicy() |
DVCSTime |
getRequestTime() |
ServiceType |
getService() |
int |
getVersion() |
ASN1Primitive |
toASN1Primitive() |
java.lang.String |
toString() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static DVCSRequestInformation getInstance(java.lang.Object obj)
public static DVCSRequestInformation getInstance(ASN1TaggedObject obj, boolean explicit)
public ASN1Primitive toASN1Primitive()
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getVersion()
public ServiceType getService()
public java.math.BigInteger getNonce()
public DVCSTime getRequestTime()
public GeneralNames getRequester()
public PolicyInformation getRequestPolicy()
public GeneralNames getDVCS()
public GeneralNames getDataLocations()
public Extensions getExtensions()