Interface ICryptoSessionKeyProvider


public interface ICryptoSessionKeyProvider
  • Field Details

  • Method Details

    • getSessionKey

      @Nonnull SecretKey getSessionKey()
      Get or create a new symmetric session key. This method may only throws unchecked exceptions.
      Returns:
      A new session key. Must not be null.