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
pkiMessagePkiMessagePKI message.
GeneralPkiMessage(byte[])
Create a PKIMessage from the passed in bytes.
public GeneralPkiMessage(byte[] encoding)
Parameters
encodingbyte[]BER/DER encoding of the PKIMessage
Properties
Body
public virtual PkiBody Body { get; }
Property Value
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
Header
public virtual PkiHeader Header { get; }
Property Value
Methods
ToAsn1Structure()
public virtual PkiMessage ToAsn1Structure()