Interface TLSPseudoRandomFunctionSpec

    • Method Detail

      • getSecret

        SecretKey getSecret()
        Gets the secret value for the key derivation function. For TLS 1.1 and TLS 1.2 it must be an instance of HMACKey
        Returns:
        the secret value
      • getSeed

        byte[] getSeed()
        Gets the seed value for the key derivation function.

        It may be an array view.

        Returns:
        the seed value