Package org.qdl_lang.extensions.crypto
Class Crypto.ProcessEncryptDecrypt
- java.lang.Object
-
- org.qdl_lang.util.ProcessScalarImpl
-
- org.qdl_lang.extensions.crypto.Crypto.ProcessEncryptDecrypt
-
- All Implemented Interfaces:
ProcessScalar
- Enclosing class:
- Crypto
protected class Crypto.ProcessEncryptDecrypt extends ProcessScalarImpl
-
-
Constructor Summary
Constructors Constructor Description ProcessEncryptDecrypt(edu.uiuc.ncsa.security.util.jwk.JSONWebKey jsonWebKey, String cipher, boolean usePrivateKey, boolean doDecrypt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
process(Object key, String inString)
Object
process(String stringValue)
-
-
-
Constructor Detail
-
ProcessEncryptDecrypt
public ProcessEncryptDecrypt(edu.uiuc.ncsa.security.util.jwk.JSONWebKey jsonWebKey, String cipher, boolean usePrivateKey, boolean doDecrypt)
-
-
Method Detail
-
process
public Object process(String stringValue)
- Specified by:
process
in interfaceProcessScalar
- Overrides:
process
in classProcessScalarImpl
-
process
public Object process(Object key, String inString)
- Specified by:
process
in interfaceProcessScalar
- Overrides:
process
in classProcessScalarImpl
-
-