public class NoEncryption extends Object implements Encryption
| Constructor and Description |
|---|
NoEncryption() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
decode(char[] encrypted,
String tags)
decode confidential data
|
char[] |
encode(char[] plain,
String tags) |
int |
getOrder() |
public int getOrder()
getOrder in interface Encryptionpublic char[] decode(char[] encrypted,
String tags)
Encryptiondecode in interface Encryptionencrypted - encrypted datatags - extra information used to do somethingpublic char[] encode(char[] plain,
String tags)
encode in interface Encryptionplain - plain datatags - extra information used to do somethingCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.