Interface KeyProvider


public interface KeyProvider
KeyProvider.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the key from the key provider.
  • Method Details

    • getKey

      Key getKey()
      Gets the key from the key provider. To use in encrypting and decrypting.
      Returns:
      The generated key.