Package org.qdl_lang.extensions.crypto
Class Crypto.ReadOID.ProcessOIDS
- java.lang.Object
-
- org.qdl_lang.util.ProcessScalarImpl
-
- org.qdl_lang.extensions.crypto.Crypto.ReadOID.ProcessOIDS
-
- All Implemented Interfaces:
ProcessScalar
- Enclosing class:
- Crypto.ReadOID
protected class Crypto.ReadOID.ProcessOIDS extends ProcessScalarImpl
-
-
Constructor Summary
Constructors Constructor Description ProcessOIDS(X509Certificate x509Certificate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetDefaultValue(Object value)This is what makes this the identity function.Objectprocess(Object key, String oidKey)Objectprocess(String oidKey)
-
-
-
Constructor Detail
-
ProcessOIDS
public ProcessOIDS(X509Certificate x509Certificate)
-
-
Method Detail
-
getDefaultValue
public Object getDefaultValue(Object value)
Description copied from class:ProcessScalarImplThis is what makes this the identity function. If you want/need a different default value for each call, override this.- Overrides:
getDefaultValuein classProcessScalarImpl- Returns:
-
process
public Object process(String oidKey)
- Specified by:
processin interfaceProcessScalar- Overrides:
processin classProcessScalarImpl
-
process
public Object process(Object key, String oidKey)
- Specified by:
processin interfaceProcessScalar- Overrides:
processin classProcessScalarImpl
-
-