Interface JwtAuthorityRepository.SaveKeysContext

Enclosing interface:
JwtAuthorityRepository

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

    Modifier and Type
    Method
    Description
    Convenience method to use the registered JwksKeyWriter instances to serialise the Key.
  • Method Details

    • serialise

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