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 |
---|---|
InfoTypeAndValue[] |
PKIHeader.getGeneralInfo() |
static InfoTypeAndValue |
InfoTypeAndValue.getInstance(Object o) |
InfoTypeAndValue[] |
GenMsgContent.toInfoTypeAndValueArray() |
InfoTypeAndValue[] |
GenRepContent.toInfoTypeAndValueArray() |
Modifier and Type | Method and Description |
---|---|
PKIHeaderBuilder |
PKIHeaderBuilder.setGeneralInfo(InfoTypeAndValue genInfo) |
PKIHeaderBuilder |
PKIHeaderBuilder.setGeneralInfo(InfoTypeAndValue[] genInfos) |
Constructor and Description |
---|
GenMsgContent(InfoTypeAndValue itv) |
GenMsgContent(InfoTypeAndValue[] itv) |
GenRepContent(InfoTypeAndValue itv) |
GenRepContent(InfoTypeAndValue[] itv) |
Modifier and Type | Method and Description |
---|---|
ProtectedPKIMessageBuilder |
ProtectedPKIMessageBuilder.addGeneralInfo(InfoTypeAndValue genInfo)
Add a generalInfo data record to the header of the new message.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.