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
CanEncryptCommunications
public const int CanEncryptCommunications = 4
Field Value
CanEncryptStorage
public const int CanEncryptStorage = 8
Field Value
CanSign
public const int CanSign = 2
Field Value
MaybeShared
public const int MaybeShared = 128
Field Value
MaybeSplit
public const int MaybeSplit = 16