org.bouncycastle.asn1.crmf
public class CertReqMsg extends ASN1Encodable
BER, DER| Modifier and Type | Method and Description |
|---|---|
CertRequest |
getCertReq() |
static CertReqMsg |
getInstance(java.lang.Object o) |
ProofOfPossession |
getPop() |
AttributeTypeAndValue[] |
getRegInfo() |
DERObject |
toASN1Object()
CertReqMsg ::= SEQUENCE {
certReq CertRequest,
pop ProofOfPossession OPTIONAL,
-- content depends upon key type
regInfo SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue OPTIONAL }
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic static CertReqMsg getInstance(java.lang.Object o)
public CertRequest getCertReq()
public ProofOfPossession getPop()
public AttributeTypeAndValue[] getRegInfo()
public DERObject toASN1Object()
CertReqMsg ::= SEQUENCE {
certReq CertRequest,
pop ProofOfPossession OPTIONAL,
-- content depends upon key type
regInfo SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue OPTIONAL }
toASN1Object in class ASN1Encodable