public class GpgJkBean extends JkBean
Modifier and Type | Field and Description |
---|---|
java.lang.String |
keyName |
java.nio.file.Path |
publicRingPath |
java.lang.String |
secretKeyPassword |
java.nio.file.Path |
secretRingPath |
Constructor and Description |
---|
GpgJkBean() |
Modifier and Type | Method and Description |
---|---|
JkGpg |
get()
Returns JkGpg from option settings
|
void |
info() |
protected void |
init()
This method is invoked once field values have been injected.
|
clean, getBaseDir, getImportedJkBeans, getOutputDir, getRuntime, help, postInit, toString
public java.nio.file.Path publicRingPath
public java.nio.file.Path secretRingPath
public java.lang.String secretKeyPassword
public java.lang.String keyName