public interface SessionKeys
Provider of session keys when using Instance principal security.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create default instance (using RSA).
    Get the key pair.
    Refresh keys.
  • Method Details

    • create

      static SessionKeys create()
      Create default instance (using RSA).
      Returns:
      new session keys
    • keyPair

      KeyPair keyPair()
      Get the key pair.
      Returns:
      key pair
    • refresh

      KeyPair refresh()
      Refresh keys.
      Returns:
      a new key pair