org.bouncycastle.asn1.crmf
public class CertRequest extends ASN1Encodable
BER, DER
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, hashCode
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 ASN1Encodable