Interface TlsHandshakeHash

All Superinterfaces:
TlsHash

public interface TlsHandshakeHash extends TlsHash
Base interface for an object that can calculate a handshake hash.
  • Method Details

    • copyBufferTo

      void copyBufferTo(OutputStream output) throws IOException
      Throws:
      IOException
    • forceBuffering

      void forceBuffering()
    • notifyPRFDetermined

      void notifyPRFDetermined()
    • trackHashAlgorithm

      void trackHashAlgorithm(int cryptoHashAlgorithm)
    • sealHashAlgorithms

      void sealHashAlgorithms()
    • stopTracking

      void stopTracking()
    • forkPRFHash

      TlsHash forkPRFHash()
    • getFinalHash

      byte[] getFinalHash(int cryptoHashAlgorithm)