Interface KDFIeee1363Spec

    • Method Detail

      • getAlgorithm

        byte getAlgorithm()
        Returns the Digest Algorithm associated with the derivation function.
        Returns:
        the Digest algorithm associated with the derivation function
        See Also:
        e.g, MessageDigest.ALG_SHA, MessageDigest.ALG_RIPEMD160
      • 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.