Package org.bouncycastle.asn1.dvcs
Class DVCSRequestInformation
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.dvcs.DVCSRequestInformation
- All Implemented Interfaces:
ASN1Encodable
,Encodable
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 }
-
Method Summary
Modifier and TypeMethodDescriptiongetDVCS()
static DVCSRequestInformation
getInstance
(Object obj) static DVCSRequestInformation
getInstance
(ASN1TaggedObject obj, boolean explicit) getNonce()
int
Method providing a primitive representation of this object suitable for encoding.toString()
Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Method Details
-
getInstance
-
getInstance
-
toASN1Primitive
Description copied from class:ASN1Object
Method providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-
toString
-
getVersion
public int getVersion() -
getService
-
getNonce
-
getRequestTime
-
getRequester
-
getRequestPolicy
-
getDVCS
-
getDataLocations
-
getExtensions
-