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

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

Introduction

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

The text is from its open source code.

Constructor

GeneralPKIMessage(byte[] encoding)
Create a PKIMessage from the passed in bytes.
GeneralPKIMessage(PKIMessage pkiMessage)
Wrap a PKIMessage ASN.1 structure.

Method

PKIBodygetBody()
PKIHeadergetHeader()
booleanhasProtection()
Return true if this message has protection bits on it.