Uses of Class
org.bouncycastle.asn1.cmp.PKIBody
Packages that use PKIBody
Package
Description
Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.
-
Uses of PKIBody in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return PKIBodyModifier and TypeMethodDescriptionPKIMessage.getBody()ProtectedPart.getBody()static PKIBodyPKIBody.getInstance(Object o) Constructors in org.bouncycastle.asn1.cmp with parameters of type PKIBodyModifierConstructorDescriptionPKIMessage(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)