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 Feature |
Feature.fromId(byte id) |
static Feature |
Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feature[] |
Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KeySpecBuilderInterface.WithFeatures |
KeySpecBuilderInterface.WithFeatures.withFeature(Feature feature) |