Interface KDFIeee1363Spec

    • Method Detail

      • getSecret

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

        It may be an array view.

        Returns:
        the shared secret
      • getParameters

        byte[] getParameters()
        Gets the key derivation parameters.

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

        Returns:
        the parameters.