Table of Contents

Class PgpKeyFlags

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

Constructors

PgpKeyFlags()

protected PgpKeyFlags()

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