JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
java4ever.binding
Package
tech.deplant.java4ever.binding
Interface AppEncryptionBox
public interface
AppEncryptionBox
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
decrypt
(
String
data)
String
encrypt
(
String
data)
Crypto.EncryptionBoxInfo
getInfo
()
Method Details
getInfo
Crypto.EncryptionBoxInfo
getInfo
()
encrypt
String
encrypt
(
String
data)
decrypt
String
decrypt
(
String
data)