@Component(role=SecretKeyLoader.class, hint="keyring") public class KeyRingLoader extends SecretKeyLoader
| Constructor and Description |
|---|
KeyRingLoader() |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.openpgp.PGPSecretKey |
load(PgpMojo mojo,
String specifier) |
static void |
main(String[] args) |
parseQueryParameterspublic org.bouncycastle.openpgp.PGPSecretKey load(PgpMojo mojo, String specifier) throws IOException
load in class SecretKeyLoadermojo - Mojo that's driving the execution.specifier - The secretkey loader parameter specified to PgpMojo, except the first scheme part.
If the loader needs to take additional parameters, it should do so from this string.IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.