Table of Contents

Class Features

Namespace
Enterprises.Org.BouncyCastle.Bcpg.Sig
Assembly
Enterprises.BouncyCastle.Crypto.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 feature)

Parameters

critical bool
feature byte

Fields

FEATURE_MODIFICATION_DETECTION

public static readonly byte FEATURE_MODIFICATION_DETECTION

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