Package | Description |
---|---|
flux.file |
File triggers and actions
|
flux.repository |
Storage depot of template workflows and other reusable Flux components like engine configurations
|
Modifier and Type | Method and Description |
---|---|
abstract PgpKeyPair |
PgpKeyFactory.makeElGamalKeyPair(int size)
Makes an ElGamal PGP public/private key pair.
|
abstract PgpKeyPair |
PgpKeyFactory.makeElGamalKeyPair(int size,
java.lang.String password)
Makes an ElGamal PGP public/private key pair with password protection on the private key.
|
abstract PgpKeyPair |
PgpKeyFactory.makeRsaKeyPair(int size)
Makes an RSA PGP public/private key pair.
|
abstract PgpKeyPair |
PgpKeyFactory.makeRsaKeyPair(int size,
java.lang.String password)
Makes an RSA PGP public/private key pair with password protection on the private key.
|
Modifier and Type | Method and Description |
---|---|
PgpKeyPair |
RepositoryElement.getPgpKeyPair()
Returns this repository element specifically as a PGP key pair.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RepositoryAdministrator.put(java.lang.String namespace,
java.lang.String description,
PgpKeyPair keyPair,
boolean overwrite)
Inserts or modifies a PGP private or public key in the repository.
|
© 2000-2025 Flux Corporation. All rights reserved.