public abstract class SecretKeyLoader extends Object
Implementations should be plexus components, and its role hint is matched against the passphrase loader configuration parameter's scheme portion.
Constructor and Description |
---|
SecretKeyLoader() |
public abstract org.bouncycastle.openpgp.PGPSecretKey load(PgpMojo mojo, String specifier) throws IOException, org.apache.maven.plugin.MojoExecutionException
mojo
- 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.IOException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2014. All Rights Reserved.