| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PgpKeyPair | |
|---|---|
| flux.file | File triggers and actions | 
| flux.repository | Storage depot of template workflows and other reusable Flux components like engine configurations | 
| Uses of PgpKeyPair in flux.file | 
|---|
| Methods in flux.file that return PgpKeyPair | |
|---|---|
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.  | 
| Uses of PgpKeyPair in flux.repository | 
|---|
| Methods in flux.repository that return PgpKeyPair | |
|---|---|
 PgpKeyPair | 
RepositoryElement.getPgpKeyPair()
Returns this repository element specifically as a PGP key pair.  | 
| Methods in flux.repository with parameters of type PgpKeyPair | |
|---|---|
 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.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||