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
SEARCH:
Package
de.adorsys.sts.simpleencryption.decrypt
Interface Decrypter
All Known Implementing Classes:
JweDecrypter
public interface
Decrypter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
decrypt
(
String
encrypted)
Optional
<
String
>
tryToDecrypt
(
String
encrypted)
Method Details
decrypt
String
decrypt
(
String
encrypted)
tryToDecrypt
Optional
<
String
>
tryToDecrypt
(
String
encrypted)