Package | Description |
---|---|
org.bouncycastle.asn1.cmp | |
org.bouncycastle.cert.cmp |
Basic support package for handling and creating CMP (RFC 4210) certificate management messages.
|
Modifier and Type | Method and Description |
---|---|
PKIBody |
ProtectedPart.getBody() |
PKIBody |
PKIMessage.getBody() |
static PKIBody |
PKIBody.getInstance(Object o) |
Constructor and Description |
---|
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.
|
ProtectedPart(PKIHeader header,
PKIBody body) |
Modifier and Type | Method and Description |
---|---|
PKIBody |
GeneralPKIMessage.getBody() |
PKIBody |
ProtectedPKIMessage.getBody()
Return the message body.
|
Modifier and Type | Method and Description |
---|---|
ProtectedPKIMessageBuilder |
ProtectedPKIMessageBuilder.setBody(PKIBody body)
Set the body for the new message
|
Copyright © 2018 BouncyCastle.org. All rights reserved.