Interface JwtRefreshKey

All Superinterfaces:
JwtAuthorityKey

public interface JwtRefreshKey extends JwtAuthorityKey
JWT refresh key.
Author:
Daniel Sagenschneider
  • Method Details

    • getInitVector

      String getInitVector()
      Obtains the init vector.
      Returns:
      Init vector.
    • getStartSalt

      String getStartSalt()
      Obtains the start salt.
      Returns:
      Start salt.
    • getLace

      String getLace()
      Obtains the lace.
      Returns:
      Lace.
    • getEndSalt

      String getEndSalt()
      Obtains the end salt.
      Returns:
      End salt.
    • getKey

      Key getKey()
      Obtains the Key.
      Returns:
      Key to encrypt/decrypt the refresh token.