public class JkPluginGpg extends JkPlugin
Modifier and Type | Field and Description |
---|---|
java.lang.String |
keyName |
java.nio.file.Path |
publicRingPath |
java.lang.String |
secretKeyPassword |
java.nio.file.Path |
secretRingPath |
MANIFEST_BREAKING_CHANGE_URL_ENTRY, MANIFEST_LOWEST_JEKA_COMPATIBLE_VERSION_ENTRY
Modifier | Constructor and Description |
---|---|
protected |
JkPluginGpg(JkClass jkClass) |
Modifier and Type | Method and Description |
---|---|
protected void |
beforeSetup()
Override this method to initialize the plugin.
|
JkGpg |
get()
Returns JkGpg from option settings
|
void |
info() |
afterSetup, getJkClass, help, name, toString
public java.nio.file.Path publicRingPath
public java.nio.file.Path secretRingPath
public java.lang.String secretKeyPassword
public java.lang.String keyName
protected JkPluginGpg(JkClass jkClass)
protected void beforeSetup()
JkPlugin
JkClass.setup()
is invoked.beforeSetup
in class JkPlugin
public JkGpg get()
public void info()