kz.gamma.asn1.cmp
Class CertStatus

java.lang.Object
  extended by kz.gamma.asn1.ASN1Encodable
      extended by kz.gamma.asn1.cmp.CertStatus
All Implemented Interfaces:
kz.gamma.asn1.DEREncodable

public class CertStatus
extends kz.gamma.asn1.ASN1Encodable


Field Summary
private  kz.gamma.asn1.ASN1OctetString certHash
           
private  kz.gamma.asn1.DERInteger certReqId
           
private  PKIStatusInfo statusInfo
           
 
Fields inherited from class kz.gamma.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
private CertStatus(kz.gamma.asn1.ASN1Sequence seq)
           
 
Method Summary
 kz.gamma.asn1.DERInteger getCertReqId()
           
static CertStatus getInstance(java.lang.Object o)
           
 PKIStatusInfo getStatusInfo()
           
 kz.gamma.asn1.DERObject toASN1Object()
           CertStatus ::= SEQUENCE { certHash OCTET STRING, -- the hash of the certificate, using the same hash algorithm -- as is used to create and verify the certificate signature certReqId INTEGER, -- to match this confirmation with the corresponding req/rep statusInfo PKIStatusInfo OPTIONAL }
 
Methods inherited from class kz.gamma.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

certHash

private kz.gamma.asn1.ASN1OctetString certHash

certReqId

private kz.gamma.asn1.DERInteger certReqId

statusInfo

private PKIStatusInfo statusInfo
Constructor Detail

CertStatus

private CertStatus(kz.gamma.asn1.ASN1Sequence seq)
Method Detail

getInstance

public static CertStatus getInstance(java.lang.Object o)

getCertReqId

public kz.gamma.asn1.DERInteger getCertReqId()

getStatusInfo

public PKIStatusInfo getStatusInfo()

toASN1Object

public kz.gamma.asn1.DERObject toASN1Object()
 CertStatus ::= SEQUENCE {
                   certHash    OCTET STRING,
                   -- the hash of the certificate, using the same hash algorithm
                   -- as is used to create and verify the certificate signature
                   certReqId   INTEGER,
                   -- to match this confirmation with the corresponding req/rep
                   statusInfo  PKIStatusInfo OPTIONAL
 }
 

Specified by:
toASN1Object in class kz.gamma.asn1.ASN1Encodable
Returns:
a basic ASN.1 object representation.


Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.