Interface JwtAuthorityRepository.SaveKeysContext

  • Enclosing interface:
    JwtAuthorityRepository

    public static interface JwtAuthorityRepository.SaveKeysContext
    Context for saving keys.
    • Method Detail

      • serialise

        java.lang.String serialise​(java.security.Key key)
        Convenience method to use the registered JwksKeyWriter instances to serialise the Key.
        Parameters:
        key - Key to be serialised.
        Returns:
        Serialised Key content.