Uses of Class
org.bouncycastle.cert.cmp.ProtectedPKIMessage
-
Packages that use ProtectedPKIMessage Package Description org.bouncycastle.cert.cmp Basic support package for handling and creating CMP (RFC 4210) certificate management messages. -
-
Uses of ProtectedPKIMessage in org.bouncycastle.cert.cmp
Methods in org.bouncycastle.cert.cmp that return ProtectedPKIMessage Modifier and Type Method Description ProtectedPKIMessage
ProtectedPKIMessageBuilder. build(ContentSigner signer)
Build a protected PKI message which has MAC based integrity protection.ProtectedPKIMessage
ProtectedPKIMessageBuilder. build(MacCalculator macCalculator)
Build a protected PKI message which has MAC based integrity protection.
-