Interface SecretKeyProvider


public interface SecretKeyProvider
Factory class to provide a SecretKey instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns this SecretKey.
  • Method Details

    • getSecretKey

      SecretKey getSecretKey()
      Returns this SecretKey.
      Returns:
      the SecretKey.