Interface KDFIcaoMrtdSpec

    • 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:
        MessageDigest.ALG_SHA, MessageDigest.ALG_SHA_256
      • getSecret

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

        It may be an array view.

        Returns:
        the shared secret value
      • getCounter

        byte[] getCounter()
        Gets the Counter. It is a 4 bytes (32 bits) long.

        It may be an array view.

        Returns:
        the counter