public class CertRequest extends ASN1Object
Constructor and Description |
---|
CertRequest(ASN1Integer certReqId,
CertTemplate certTemplate,
Controls controls) |
CertRequest(int certReqId,
CertTemplate certTemplate,
Controls controls) |
Modifier and Type | Method and Description |
---|---|
ASN1Integer |
getCertReqId() |
CertTemplate |
getCertTemplate() |
Controls |
getControls() |
static CertRequest |
getInstance(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive()
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, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public CertRequest(int certReqId, CertTemplate certTemplate, Controls controls)
public CertRequest(ASN1Integer certReqId, CertTemplate certTemplate, Controls controls)
public static CertRequest getInstance(java.lang.Object o)
public ASN1Integer getCertReqId()
public CertTemplate getCertTemplate()
public Controls getControls()
public ASN1Primitive toASN1Primitive()
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
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object