Interface TlsHandshakeHash
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
Base interface for an object that can calculate a handshake hash.
public interface TlsHandshakeHash : TlsHash
- Inherited Members
Methods
CopyBufferTo(Stream)
void CopyBufferTo(Stream output)
Parameters
outputStream
Exceptions
ForceBuffering()
void ForceBuffering()
ForkPrfHash()
TlsHash ForkPrfHash()
Returns
GetFinalHash(int)
byte[] GetFinalHash(int cryptoHashAlgorithm)
Parameters
cryptoHashAlgorithmint
Returns
- byte[]
NotifyPrfDetermined()
void NotifyPrfDetermined()
SealHashAlgorithms()
void SealHashAlgorithms()
StopTracking()
void StopTracking()
TrackHashAlgorithm(int)
void TrackHashAlgorithm(int cryptoHashAlgorithm)
Parameters
cryptoHashAlgorithmint