Table of Contents

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

type SignatureSubpacketTag
critical bool
isLongLength bool
data byte[]

Properties

SubpacketType

public SignatureSubpacketTag SubpacketType { get; }

Property Value

SignatureSubpacketTag

Methods

Encode(Stream)

public void Encode(Stream os)

Parameters

os Stream

GetData()

public byte[] GetData()

Returns

byte[]

IsCritical()

public bool IsCritical()

Returns

bool

IsLongLength()

public bool IsLongLength()

Returns

bool