Package org.qdl_lang.extensions.crypto
Class Crypto.IdentityEncryptDecrypt
- java.lang.Object
-
- org.qdl_lang.util.aggregate.AbstractIdentityStemProcess
-
- org.qdl_lang.util.aggregate.IdentityScalarImpl
-
- org.qdl_lang.extensions.crypto.Crypto.IdentityEncryptDecrypt
-
- All Implemented Interfaces:
ProcessScalar
,ProcessStemValues
- Enclosing class:
- Crypto
protected class Crypto.IdentityEncryptDecrypt extends IdentityScalarImpl
-
-
Constructor Summary
Constructors Constructor Description IdentityEncryptDecrypt(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(String stringValue)
Object
process(List index, Object key, String inString)
-
Methods inherited from class org.qdl_lang.util.aggregate.IdentityScalarImpl
getDefaultValue, process, process, process, process, process, process, process
-
Methods inherited from class org.qdl_lang.util.aggregate.AbstractIdentityStemProcess
getDefaultValue, process, process, process, process, process, process, process
-
-
-
-
Constructor Detail
-
IdentityEncryptDecrypt
public IdentityEncryptDecrypt(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 classIdentityScalarImpl
-
process
public Object process(List index, Object key, String inString)
- Specified by:
process
in interfaceProcessStemValues
- Overrides:
process
in classAbstractIdentityStemProcess
-
-