public class JkPluginPgp 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 |
Modifier | Constructor and Description |
---|---|
protected |
JkPluginPgp(JkCommandSet commands) |
Modifier and Type | Method and Description |
---|---|
void |
display() |
JkGpg |
get()
Returns JkGpg from option settings
|
protected void |
init()
This method is invoked right after plugin options has been injected
|
activate, getCommandSet, getLowestJekaCompatibleVersion, 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 JkPluginPgp(JkCommandSet commands)