JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
ru.slie.luna.security
Interface SecretEncryptor
public interface
SecretEncryptor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
decrypt
(
String
encryptedBase64)
String
encrypt
(
String
plainText)
Method Details
encrypt
String
encrypt
(
String
plainText)
decrypt
String
decrypt
(
String
encryptedBase64)