Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp
Interface PGPKeyFlags


public interface PGPKeyFlags

key flag values for the KeyFlags subpacket.


Field Summary
static int CAN_AUTHENTICATE
           
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
See Also:
Constant Field Values

CAN_SIGN

public static final int CAN_SIGN
See Also:
Constant Field Values

CAN_ENCRYPT_COMMS

public static final int CAN_ENCRYPT_COMMS
See Also:
Constant Field Values

CAN_ENCRYPT_STORAGE

public static final int CAN_ENCRYPT_STORAGE
See Also:
Constant Field Values

MAYBE_SPLIT

public static final int MAYBE_SPLIT
See Also:
Constant Field Values

CAN_AUTHENTICATE

public static final int CAN_AUTHENTICATE
See Also:
Constant Field Values

MAYBE_SHARED

public static final int MAYBE_SHARED
See Also:
Constant Field Values

Bouncy Castle Cryptography Library 1.81