TlsSecret
Interface supporting the generation of key material and other SSL/TLS secret values from PRFs.
Calculate an HMAC with this secret's data as the key.
Return a new secret based on applying a PRF to this one.
void Destroy()
Destroy the internal state of the secret.
Return an encrypted copy of the data this secret is based on.
byte[] Extract()
Return the internal data from this secret.
RFC 5869 HKDF-Expand function, with this secret's data as the pseudo-random key ('prk').
RFC 5869 HKDF-Extract function, with this secret's data as the 'salt'.
bool IsAlive()