Interface TlsHandshakeHash

  • All Superinterfaces:
    TlsHash

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

      • copyBufferTo

        void copyBufferTo​(java.io.OutputStream output)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • forceBuffering

        void forceBuffering()
      • notifyPRFDetermined

        void notifyPRFDetermined()
      • trackHashAlgorithm

        void trackHashAlgorithm​(int cryptoHashAlgorithm)
      • sealHashAlgorithms

        void sealHashAlgorithms()
      • forkPRFHash

        TlsHash forkPRFHash()
      • getFinalHash

        byte[] getFinalHash​(int cryptoHashAlgorithm)