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 DVCSRequestInformationgetInstance(Object obj) static DVCSRequestInformationgetInstance(ASN1TaggedObject obj, boolean explicit) getNonce()intMethod 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:ASN1ObjectMethod providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-
toString
-
getVersion
public int getVersion() -
getService
-
getNonce
-
getRequestTime
-
getRequester
-
getRequestPolicy
-
getDVCS
-
getDataLocations
-
getExtensions
-