|
Bouncy Castle Cryptography Library 1.38 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.crmf.CertReqMsg
Field Summary |
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
BER, DER |
Method Summary | |
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 } |
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public 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
|
Bouncy Castle Cryptography Library 1.38 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |