Java org.bouncycastle.cert.cmp ProtectedPKIMessage fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cert.cmp ProtectedPKIMessage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.cert.cmp ProtectedPKIMessage.

The text is from its open source code.

Constructor

Method

PKIBodygetBody()
Return the message body.
X509CertificateHolder[]getCertificates()
Return the extra certificates associated with this message.
PKIHeadergetHeader()
Return the message header.
booleanhasPasswordBasedMacProtection()
Determine whether the message is protected by a password based MAC.
PKIMessagetoASN1Structure()
Return the underlying ASN.1 structure contained in this object.
booleanverify(ContentVerifierProvider verifierProvider)
Verify a message with a public key based signature attached.