Interface JsonWebTokenEncryption<E,T>

Type Parameters:
E - encrypted token
T - decrypted token

public interface JsonWebTokenEncryption<E,T>
Decrypts an encrypted token.
Since:
4.8.0
Author:
Sergio del Amo
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull Optional<T>
    decrypt(E encryptedToken)
     
  • Method Details

    • decrypt

      @NonNull @NonNull Optional<T> decrypt(@NonNull E encryptedToken)