kz.gamma.asn1.crmf
Class CertReqMsg

java.lang.Object
  extended by kz.gamma.asn1.ASN1Encodable
      extended by kz.gamma.asn1.crmf.CertReqMsg
All Implemented Interfaces:
kz.gamma.asn1.DEREncodable

public class CertReqMsg
extends kz.gamma.asn1.ASN1Encodable


Field Summary
private  CertRequest certReq
           
private  ProofOfPossession pop
           
private  kz.gamma.asn1.ASN1Sequence regInfo
           
 
Fields inherited from class kz.gamma.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
private CertReqMsg(kz.gamma.asn1.ASN1Sequence seq)
           
 
Method Summary
private  void addOptional(kz.gamma.asn1.ASN1EncodableVector v, kz.gamma.asn1.ASN1Encodable obj)
           
 CertRequest getCertReq()
           
static CertReqMsg getInstance(java.lang.Object o)
           
 ProofOfPossession getPop()
           
 AttributeTypeAndValue[] getRegInfo()
           
 kz.gamma.asn1.DERObject toASN1Object()
           CertReqMsg ::= SEQUENCE { certReq CertRequest, pop ProofOfPossession OPTIONAL, -- content depends upon key type regInfo SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue 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

certReq

private CertRequest certReq

pop

private ProofOfPossession pop

regInfo

private kz.gamma.asn1.ASN1Sequence regInfo
Constructor Detail

CertReqMsg

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

getInstance

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

getCertReq

public CertRequest getCertReq()

getPop

public ProofOfPossession getPop()

getRegInfo

public AttributeTypeAndValue[] getRegInfo()

toASN1Object

public kz.gamma.asn1.DERObject toASN1Object()
 CertReqMsg ::= SEQUENCE {
                    certReq   CertRequest,
                    pop       ProofOfPossession  OPTIONAL,
                    -- content depends upon key type
                    regInfo   SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue OPTIONAL }
 

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

addOptional

private void addOptional(kz.gamma.asn1.ASN1EncodableVector v,
                         kz.gamma.asn1.ASN1Encodable obj)


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