Table of Contents

Class PgpKeyFlags

Namespace
Org.BouncyCastle.Bcpg.OpenPgp
Assembly
BouncyCastle.Cryptography.dll
public abstract class PgpKeyFlags
Inheritance
PgpKeyFlags
Inherited Members

Remarks

Key flag values for the KeyFlags subpacket.

Fields

CanCertify

public const int CanCertify = 1

Field Value

int

CanEncryptCommunications

public const int CanEncryptCommunications = 4

Field Value

int

CanEncryptStorage

public const int CanEncryptStorage = 8

Field Value

int

CanSign

public const int CanSign = 2

Field Value

int

MaybeShared

public const int MaybeShared = 128

Field Value

int

MaybeSplit

public const int MaybeSplit = 16

Field Value

int