Uses of Class
org.bouncycastle.asn1.cmp.PKIBody
-
Packages that use PKIBody Package Description org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 4210. -
-
Uses of PKIBody in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return PKIBody Modifier and Type Method Description PKIBody
PKIMessage. getBody()
PKIBody
ProtectedPart. getBody()
static PKIBody
PKIBody. getInstance(Object o)
Constructors in org.bouncycastle.asn1.cmp with parameters of type PKIBody Constructor Description PKIMessage(PKIHeader header, PKIBody body)
PKIMessage(PKIHeader header, PKIBody body, org.bouncycastle.asn1.DERBitString protection)
PKIMessage(PKIHeader header, PKIBody body, org.bouncycastle.asn1.DERBitString protection, CMPCertificate[] extraCerts)
Creates a new PKIMessage.ProtectedPart(PKIHeader header, PKIBody body)
-