kz.gamma.asn1.cmp
Class PollReqContent

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

public class PollReqContent
extends kz.gamma.asn1.ASN1Encodable


Field Summary
private  kz.gamma.asn1.ASN1Sequence content
           
 
Fields inherited from class kz.gamma.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
private PollReqContent(kz.gamma.asn1.ASN1Sequence seq)
           
 
Method Summary
 kz.gamma.asn1.DERInteger[][] getCertReqIds()
           
static PollReqContent getInstance(java.lang.Object o)
           
private  kz.gamma.asn1.DERInteger[] seqenceToDERIntegerArray(kz.gamma.asn1.ASN1Sequence seq)
           
 kz.gamma.asn1.DERObject toASN1Object()
           PollReqContent ::= SEQUENCE OF SEQUENCE { certReqId INTEGER }
 
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

content

private kz.gamma.asn1.ASN1Sequence content
Constructor Detail

PollReqContent

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

getInstance

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

getCertReqIds

public kz.gamma.asn1.DERInteger[][] getCertReqIds()

seqenceToDERIntegerArray

private kz.gamma.asn1.DERInteger[] seqenceToDERIntegerArray(kz.gamma.asn1.ASN1Sequence seq)

toASN1Object

public kz.gamma.asn1.DERObject toASN1Object()
 PollReqContent ::= SEQUENCE OF SEQUENCE {
                        certReqId              INTEGER
 }
 

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


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