Package | Description |
---|---|
org.pgpainless.algorithm |
Enums which map to OpenPGP's algorithm IDs.
|
org.pgpainless.key.generation |
Classes related to OpenPGP key generation.
|
Modifier and Type | Method and Description |
---|---|
static KeyFlag |
KeyFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyFlag[] |
KeyFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<KeyFlag> |
KeyFlag.fromInteger(int bitmask) |
Modifier and Type | Method and Description |
---|---|
KeySpecBuilderInterface.WithDetailedConfiguration |
KeySpecBuilderInterface.withKeyFlags(KeyFlag... flags) |
KeySpecBuilderInterface.WithDetailedConfiguration |
KeySpecBuilder.withKeyFlags(KeyFlag... flags) |