public class NoOpCipherExecutor extends AbstractCipherExecutor<java.io.Serializable,java.lang.String>
Modifier | Constructor and Description |
---|---|
protected |
NoOpCipherExecutor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
decode(java.io.Serializable value)
Decode the value.
|
java.lang.String |
encode(java.io.Serializable value)
Encrypt the value.
|
static CipherExecutor<java.io.Serializable,java.lang.String> |
getInstance()
Gets instance.
|
java.lang.String |
getName()
The (component) name of this cipher.
|
isEnabled, setSigningKey, sign, verifySignature
public static CipherExecutor<java.io.Serializable,java.lang.String> getInstance()
public java.lang.String encode(java.io.Serializable value)
CipherExecutor
value
- the valuepublic java.lang.String decode(java.io.Serializable value)
CipherExecutor
value
- encrypted valuepublic java.lang.String getName()
CipherExecutor