Interface KDFHmacSpec

    • Method Detail

      • getSecret

        byte[] getSecret()
        Gets the secret value for the key derivation function.

        It may be an array view.

        Returns:
        the secret value
      • getInfo

        byte[] getInfo()
        Gets the info.

        It may be an array view. It may be null.

        Returns:
        the salt
      • getSalt

        byte[] getSalt()
        Gets the salt.

        It may be an array view. It may be null.

        Returns:
        the salt