public interface Encryption
| Modifier and Type | Method and Description |
|---|---|
char[] |
decode(char[] encrypted,
String tags)
decode confidential data
|
char[] |
encode(char[] plain,
String tags) |
default int |
getOrder() |
default int getOrder()
char[] decode(char[] encrypted,
String tags)
encrypted - encrypted datatags - extra information used to do somethingchar[] encode(char[] plain,
String tags)
plain - plain datatags - extra information used to do somethingCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.