public class CertRequest extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
private DERInteger |
certReqId |
private CertTemplate |
certTemplate |
private Controls |
controls |
BER, DER| Modifier | Constructor and Description |
|---|---|
private |
CertRequest(ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
DERInteger |
getCertReqId() |
CertTemplate |
getCertTemplate() |
Controls |
getControls() |
static CertRequest |
getInstance(java.lang.Object o) |
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
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeprivate DERInteger certReqId
private CertTemplate certTemplate
private Controls controls
private CertRequest(ASN1Sequence seq)
public static CertRequest getInstance(java.lang.Object o)
public DERInteger getCertReqId()
public CertTemplate getCertTemplate()
public Controls getControls()
public 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
toASN1Object in class ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.