Class TrustPacket
- Namespace
- Org.BouncyCastle.Bcpg
- Assembly
- BouncyCastle.Cryptography.dll
Basic type for a trust packet.
public class TrustPacket : ContainedPacket
- Inheritance
-
TrustPacket
- Inherited Members
Constructors
TrustPacket(BcpgInputStream)
public TrustPacket(BcpgInputStream bcpgIn)
Parameters
bcpgInBcpgInputStream
TrustPacket(int)
public TrustPacket(int trustCode)
Parameters
trustCodeint
Methods
Encode(BcpgOutputStream)
public override void Encode(BcpgOutputStream bcpgOut)
Parameters
bcpgOutBcpgOutputStream
GetLevelAndTrustAmount()
public byte[] GetLevelAndTrustAmount()
Returns
- byte[]