Table of Contents

Class Features

Namespace
Org.BouncyCastle.Bcpg.Sig
Assembly
BouncyCastle.Cryptography.dll
public class Features : SignatureSubpacket
Inheritance
Features
Inherited Members

Constructors

Features(bool, bool, byte[])

public Features(bool critical, bool isLongLength, byte[] data)

Parameters

critical bool
isLongLength bool
data byte[]

Features(bool, byte)

public Features(bool critical, byte features)

Parameters

critical bool
features byte

Features(bool, int)

public Features(bool critical, int features)

Parameters

critical bool
features int

Fields

FEATURE_AEAD_ENCRYPTED_DATA

public static readonly byte FEATURE_AEAD_ENCRYPTED_DATA

Field Value

byte

FEATURE_MODIFICATION_DETECTION

public static readonly byte FEATURE_MODIFICATION_DETECTION

Field Value

byte

FEATURE_VERSION_5_PUBLIC_KEY

public static readonly byte FEATURE_VERSION_5_PUBLIC_KEY

Field Value

byte

Properties

SupportsModificationDetection

public bool SupportsModificationDetection { get; }

Property Value

bool

Methods

SupportsFeature(byte)

public bool SupportsFeature(byte feature)

Parameters

feature byte

Returns

bool