kz.gamma.asn1.crmf
Class CertRequest

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

public class CertRequest
extends kz.gamma.asn1.ASN1Encodable


Field Summary
private  kz.gamma.asn1.DERInteger certReqId
           
private  CertTemplate certTemplate
           
private  Controls controls
           
 
Fields inherited from class kz.gamma.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
private CertRequest(kz.gamma.asn1.ASN1Sequence seq)
           
 
Method Summary
 kz.gamma.asn1.DERInteger getCertReqId()
           
 CertTemplate getCertTemplate()
           
 Controls getControls()
           
static CertRequest getInstance(java.lang.Object o)
           
 kz.gamma.asn1.DERObject toASN1Object()
           CertRequest ::= SEQUENCE { certReqId INTEGER, -- ID for matching request and reply certTemplate CertTemplate, -- Selected fields of cert to be issued controls Controls OPTIONAL } -- Attributes affecting issuance
 
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

certTemplate

private CertTemplate certTemplate

controls

private Controls controls
Constructor Detail

CertRequest

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

getInstance

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

getCertReqId

public kz.gamma.asn1.DERInteger getCertReqId()

getCertTemplate

public CertTemplate getCertTemplate()

getControls

public Controls getControls()

toASN1Object

public kz.gamma.asn1.DERObject toASN1Object()
 CertRequest ::= SEQUENCE {
                      certReqId     INTEGER,          -- ID for matching request and reply
                      certTemplate  CertTemplate,  -- Selected fields of cert to be issued
                      controls      Controls OPTIONAL }   -- Attributes affecting issuance
 

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


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