kz.gamma.asn1.cmp
Class PollRepContent

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

public class PollRepContent
extends kz.gamma.asn1.ASN1Encodable


Field Summary
private  kz.gamma.asn1.DERInteger certReqId
           
private  kz.gamma.asn1.DERInteger checkAfter
           
private  PKIFreeText reason
           
 
Fields inherited from class kz.gamma.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
private PollRepContent(kz.gamma.asn1.ASN1Sequence seq)
           
 
Method Summary
 kz.gamma.asn1.DERInteger getCertReqId()
           
 kz.gamma.asn1.DERInteger getCheckAfter()
           
static PollRepContent getInstance(java.lang.Object o)
           
 PKIFreeText getReason()
           
 kz.gamma.asn1.DERObject toASN1Object()
           PollRepContent ::= SEQUENCE OF SEQUENCE { certReqId INTEGER, checkAfter INTEGER, -- time in seconds reason PKIFreeText 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

certReqId

private kz.gamma.asn1.DERInteger certReqId

checkAfter

private kz.gamma.asn1.DERInteger checkAfter

reason

private PKIFreeText reason
Constructor Detail

PollRepContent

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

getInstance

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

getCertReqId

public kz.gamma.asn1.DERInteger getCertReqId()

getCheckAfter

public kz.gamma.asn1.DERInteger getCheckAfter()

getReason

public PKIFreeText getReason()

toASN1Object

public kz.gamma.asn1.DERObject toASN1Object()
 PollRepContent ::= SEQUENCE OF SEQUENCE {
         certReqId              INTEGER,
         checkAfter             INTEGER,  -- time in seconds
         reason                 PKIFreeText 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.