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 |
---|---|
static PKIMessage |
PKIMessage.getInstance(Object o) |
PKIMessage[] |
PKIMessages.toPKIMessageArray() |
Constructor and Description |
---|
PKIMessages(PKIMessage msg) |
PKIMessages(PKIMessage[] msgs) |
Modifier and Type | Method and Description |
---|---|
PKIMessage |
GeneralPKIMessage.toASN1Structure() |
PKIMessage |
ProtectedPKIMessage.toASN1Structure()
Return the underlying ASN.1 structure contained in this object.
|
Constructor and Description |
---|
GeneralPKIMessage(PKIMessage pkiMessage)
Wrap a PKIMessage ASN.1 structure.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.