Package org.bouncycastle.openpgp
Interface PGPKeyFlags
-
public interface PGPKeyFlagskey flag values for the KeyFlags subpacket.
-
-
Field Summary
Fields Modifier and Type Field Description static intCAN_AUTHENTICATEstatic intCAN_CERTIFYstatic intCAN_ENCRYPT_COMMSstatic intCAN_ENCRYPT_STORAGEstatic intCAN_SIGNstatic intMAYBE_SHAREDstatic intMAYBE_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
-
-