Package org.bouncycastle.asn1.dvcs
Class DVCSCertInfo
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.dvcs.DVCSCertInfo
- All Implemented Interfaces:
ASN1Encodable,Encodable
DVCSCertInfo::= SEQUENCE {
version Integer DEFAULT 1 ,
dvReqInfo DVCSRequestInformation,
messageImprint DigestInfo,
serialNumber Integer,
responseTime DVCSTime,
dvStatus [0] PKIStatusInfo OPTIONAL,
policy [1] PolicyInformation OPTIONAL,
reqSignature [2] SignerInfos OPTIONAL,
certs [3] SEQUENCE SIZE (1..MAX) OF
TargetEtcChain OPTIONAL,
extensions Extensions OPTIONAL
}
-
Constructor Summary
ConstructorsConstructorDescriptionDVCSCertInfo(DVCSRequestInformation dvReqInfo, DigestInfo messageImprint, ASN1Integer serialNumber, DVCSTime responseTime) -
Method Summary
Modifier and TypeMethodDescriptiongetCerts()static DVCSCertInfogetInstance(Object obj) static DVCSCertInfogetInstance(ASN1TaggedObject obj, boolean explicit) 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
-
Constructor Details
-
DVCSCertInfo
public DVCSCertInfo(DVCSRequestInformation dvReqInfo, DigestInfo messageImprint, ASN1Integer serialNumber, DVCSTime responseTime)
-
-
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() -
getDvReqInfo
-
getMessageImprint
-
getSerialNumber
-
getResponseTime
-
getDvStatus
-
getPolicy
-
getReqSignature
-
getCerts
-
getExtensions
-