Bouncy Castle Cryptography 1.23

org.bouncycastle.openpgp
Interface PGPKeyFlags


public interface PGPKeyFlags

key flag values for the KeyFlags subpacket.


Field Summary
static int CAN_CERTIFY
           
static int CAN_ENCRYPT_COMMS
           
static int CAN_ENCRYPT_STORAGE
           
static int CAN_SIGN
           
static int MAYBE_SHARED
           
static int MAYBE_SPLIT
           
 

Field Detail

CAN_CERTIFY

public static final int CAN_CERTIFY

CAN_SIGN

public static final int CAN_SIGN

CAN_ENCRYPT_COMMS

public static final int CAN_ENCRYPT_COMMS

CAN_ENCRYPT_STORAGE

public static final int CAN_ENCRYPT_STORAGE

MAYBE_SPLIT

public static final int MAYBE_SPLIT

MAYBE_SHARED

public static final int MAYBE_SHARED

Bouncy Castle Cryptography 1.23