Package | Description |
---|---|
org.pgpainless.algorithm |
Enums which map to OpenPGP's algorithm IDs.
|
org.pgpainless.key.generation.type |
Classes describing different OpenPGP key types.
|
Modifier and Type | Method and Description |
---|---|
static PublicKeyAlgorithm |
PublicKeyAlgorithm.fromId(int id) |
static PublicKeyAlgorithm |
PublicKeyAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicKeyAlgorithm[] |
PublicKeyAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PublicKeyAlgorithm |
KeyType.getAlgorithm() |
PublicKeyAlgorithm |
ECDH.getAlgorithm() |
PublicKeyAlgorithm |
ElGamal_ENCRYPT.getAlgorithm() |
PublicKeyAlgorithm |
ECDSA.getAlgorithm() |
PublicKeyAlgorithm |
RSA_SIGN.getAlgorithm() |
PublicKeyAlgorithm |
RSA_ENCRYPT.getAlgorithm() |
PublicKeyAlgorithm |
ElGamal_GENERAL.getAlgorithm() |
PublicKeyAlgorithm |
RSA_GENERAL.getAlgorithm() |