Package org.bouncycastle.openpgp
Interface PGPKeyFlags
-
public interface PGPKeyFlags
key flag values for the KeyFlags subpacket.
-
-
Field Summary
Fields Modifier and Type Field Description 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
static final int CAN_CERTIFY
- See Also:
- Constant Field Values
-
CAN_SIGN
static final int CAN_SIGN
- See Also:
- Constant Field Values
-
CAN_ENCRYPT_COMMS
static final int CAN_ENCRYPT_COMMS
- See Also:
- Constant Field Values
-
CAN_ENCRYPT_STORAGE
static final int CAN_ENCRYPT_STORAGE
- See Also:
- Constant Field Values
-
MAYBE_SPLIT
static final int MAYBE_SPLIT
- See Also:
- Constant Field Values
-
CAN_AUTHENTICATE
static final int CAN_AUTHENTICATE
- See Also:
- Constant Field Values
-
MAYBE_SHARED
static final int MAYBE_SHARED
- See Also:
- Constant Field Values
-
-