ProtectedPkiMessage
Wrapper for a PKIMessage with protection attached to it.
Message body
Determine whether the message is protected by a password based MAC. Use verify(PKMACBuilder, char[])
to verify the message if this method returns true.
Message header
Wrap a general message.
Wrap a PKI message.
Return the extra certificates associated with this message.
Return the underlying ASN.1 structure contained in this object.
Verify a message with a public key based signature attached.
Verify a message with password based MAC protection.