Package org.qdl_lang.extensions.crypto
Class Crypto.ProcessJWT
- java.lang.Object
-
- org.qdl_lang.util.ProcessScalarImpl
-
- org.qdl_lang.extensions.crypto.Crypto.ProcessJWT
-
- All Implemented Interfaces:
ProcessScalar
- Enclosing class:
- Crypto
public class Crypto.ProcessJWT extends ProcessScalarImpl
-
-
Constructor Summary
Constructors Constructor Description ProcessJWT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
process(Object key, String jwt)
Object
process(String jwt)
-
-
-
Method Detail
-
process
public Object process(Object key, String jwt)
- Specified by:
process
in interfaceProcessScalar
- Overrides:
process
in classProcessScalarImpl
-
process
public Object process(String jwt)
- Specified by:
process
in interfaceProcessScalar
- Overrides:
process
in classProcessScalarImpl
-
-