Package | Description |
---|---|
flux.file |
File triggers and actions
|
Modifier and Type | Method and Description |
---|---|
PgpKeyType |
PgpBaseKey.getKeyType()
Returns the kind of PGP key for this key.
|
static PgpKeyType |
PgpKeyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgpKeyType[] |
PgpKeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PgpBaseKey.setKeyType(PgpKeyType keyType)
Sets the kind of PGP key for this key.
|
© 2000-2025 Flux Corporation. All rights reserved.