|
Bouncy Castle Cryptography Library 1.46 | ||||||||
| 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.cmp.PKIMessage
public class PKIMessage
| Field Summary |
|---|
| Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
BER, DER |
| Constructor Summary | |
|---|---|
PKIMessage(PKIHeader header,
PKIBody body)
|
|
PKIMessage(PKIHeader header,
PKIBody body,
DERBitString protection)
|
|
PKIMessage(PKIHeader header,
PKIBody body,
DERBitString protection,
CMPCertificate[] extraCerts)
Creates a new PKIMessage. |
|
| Method Summary | |
|---|---|
PKIBody |
getBody()
|
CMPCertificate[] |
getExtraCerts()
|
PKIHeader |
getHeader()
|
static PKIMessage |
getInstance(java.lang.Object o)
|
DERBitString |
getProtection()
|
DERObject |
toASN1Object()
PKIMessage ::= SEQUENCE { header PKIHeader, body PKIBody, protection [0] PKIProtection OPTIONAL, extraCerts [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate 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 |
| Constructor Detail |
|---|
public PKIMessage(PKIHeader header,
PKIBody body,
DERBitString protection,
CMPCertificate[] extraCerts)
header - message headerbody - message bodyprotection - message protection (may be null)extraCerts - extra certificates (may be null)
public PKIMessage(PKIHeader header,
PKIBody body,
DERBitString protection)
public PKIMessage(PKIHeader header,
PKIBody body)
| Method Detail |
|---|
public static PKIMessage getInstance(java.lang.Object o)
public PKIHeader getHeader()
public PKIBody getBody()
public DERBitString getProtection()
public CMPCertificate[] getExtraCerts()
public DERObject toASN1Object()
PKIMessage ::= SEQUENCE {
header PKIHeader,
body PKIBody,
protection [0] PKIProtection OPTIONAL,
extraCerts [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate
OPTIONAL
}
toASN1Object in class ASN1Encodable
|
Bouncy Castle Cryptography Library 1.46 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||