Class SignatureSubpacket
- Namespace
- Enterprises.Org.BouncyCastle.Bcpg
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class SignatureSubpacket- Inheritance
- 
      
      SignatureSubpacket
- Derived
- Inherited Members
Constructors
SignatureSubpacket(SignatureSubpacketTag, bool, bool, byte[])
protected SignatureSubpacket(SignatureSubpacketTag type, bool critical, bool isLongLength, byte[] data)Parameters
- typeSignatureSubpacketTag
- criticalbool
- isLongLengthbool
- databyte[]
Properties
SubpacketType
public SignatureSubpacketTag SubpacketType { get; }Property Value
Methods
Encode(Stream)
public void Encode(Stream os)Parameters
- osStream
GetData()
public byte[] GetData()Returns
- byte[]
IsCritical()
public bool IsCritical()Returns
IsLongLength()
public bool IsLongLength()