Table of Contents

Class GeneralPkiMessage

Namespace
Org.BouncyCastle.Cmp
Assembly
BouncyCastle.Cryptography.dll
public class GeneralPkiMessage
Inheritance
GeneralPkiMessage
Inherited Members

Constructors

GeneralPkiMessage(PkiMessage)

Wrap a PKIMessage ASN.1 structure.

public GeneralPkiMessage(PkiMessage pkiMessage)

Parameters

pkiMessage PkiMessage

PKI message.

GeneralPkiMessage(byte[])

Create a PKIMessage from the passed in bytes.

public GeneralPkiMessage(byte[] encoding)

Parameters

encoding byte[]

BER/DER encoding of the PKIMessage

Properties

Body

public virtual PkiBody Body { get; }

Property Value

PkiBody

HasProtection

Return true if this message has protection bits on it. A return value of true indicates the message can be used to construct a ProtectedPKIMessage.

public virtual bool HasProtection { get; }

Property Value

bool

Header

public virtual PkiHeader Header { get; }

Property Value

PkiHeader

Methods

ToAsn1Structure()

public virtual PkiMessage ToAsn1Structure()

Returns

PkiMessage