Interface JwtRefreshKey

    • Method Detail

      • getInitVector

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

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

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

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

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