public class PGPENCRYPT extends NamedWarpScriptFunction implements WarpScriptStackFunction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_RECIPIENT |
| Constructor and Description |
|---|
PGPENCRYPT(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(WarpScriptStack stack) |
static int |
getEncryptionAlgorithm(java.lang.String name) |
getName, refSnapshot, setName, toStringpublic static final java.lang.String KEY_RECIPIENT
public java.lang.Object apply(WarpScriptStack stack) throws WarpScriptException
apply in interface WarpScriptStackFunctionWarpScriptExceptionpublic static int getEncryptionAlgorithm(java.lang.String name)
throws WarpScriptException
WarpScriptException