Package | Description |
---|---|
org.kohsuke.maven.pgp | |
org.kohsuke.maven.pgp.loaders |
Modifier and Type | Method and Description |
---|---|
abstract String |
PassphraseLoader.load(PgpMojo mojo,
org.bouncycastle.openpgp.PGPSecretKey secretKey,
String specifier)
Obtains the pass-phrase.
|
abstract org.bouncycastle.openpgp.PGPSecretKey |
SecretKeyLoader.load(PgpMojo mojo,
String specifier) |
Modifier and Type | Method and Description |
---|---|
String |
FilePassPhraseLoader.load(PgpMojo mojo,
org.bouncycastle.openpgp.PGPSecretKey secretKey,
String specifier) |
String |
GpgAgentPassPhraseLoader.load(PgpMojo mojo,
org.bouncycastle.openpgp.PGPSecretKey secretKey,
String specifier) |
String |
LiteralPassPhraseLoader.load(PgpMojo mojo,
org.bouncycastle.openpgp.PGPSecretKey secretKey,
String specifier) |
org.bouncycastle.openpgp.PGPSecretKey |
KeyFileLoader.load(PgpMojo mojo,
String keyFile) |
org.bouncycastle.openpgp.PGPSecretKey |
KeyRingLoader.load(PgpMojo mojo,
String specifier) |
Copyright © 2014. All Rights Reserved.