Package org.qdl_lang.extensions.crypto
Class Crypto.ReadOID.IdentityOIDS
- java.lang.Object
-
- org.qdl_lang.util.aggregate.AbstractIdentityStemProcess
-
- org.qdl_lang.util.aggregate.IdentityScalarImpl
-
- org.qdl_lang.extensions.crypto.Crypto.ReadOID.IdentityOIDS
-
- All Implemented Interfaces:
ProcessScalar
,ProcessStemValues
- Enclosing class:
- Crypto.ReadOID
protected class Crypto.ReadOID.IdentityOIDS extends IdentityScalarImpl
-
-
Constructor Summary
Constructors Constructor Description IdentityOIDS(X509Certificate x509Certificate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getDefaultValue(List<Object> index, Object key, Object value)
This is what makes this the identity function.Object
process(String oidKey)
Object
process(List index, Object key, String oidKey)
-
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
process, process, process, process, process, process, process
-
-
-
-
Constructor Detail
-
IdentityOIDS
public IdentityOIDS(X509Certificate x509Certificate)
-
-
Method Detail
-
getDefaultValue
public Object getDefaultValue(List<Object> index, Object key, Object value)
Description copied from class:AbstractIdentityStemProcess
This is what makes this the identity function. If you want/need a different default value for each call, override this.- Overrides:
getDefaultValue
in classAbstractIdentityStemProcess
- Returns:
-
process
public Object process(String oidKey)
- Specified by:
process
in interfaceProcessScalar
- Overrides:
process
in classIdentityScalarImpl
-
process
public Object process(List index, Object key, String oidKey)
- Specified by:
process
in interfaceProcessStemValues
- Overrides:
process
in classAbstractIdentityStemProcess
-
-