Interface JsonWebTokenEncryption<E,T>
- Type Parameters:
E
- encrypted tokenT
- decrypted token
public interface JsonWebTokenEncryption<E,T>
Decrypts an encrypted token.
- Since:
- 4.8.0
- Author:
- Sergio del Amo
-
Method Summary
-
Method Details
-
decrypt
-