TlsSrp6Client public interface TlsSrp6Client Basic interface for an SRP-6 client implementation. Documentation BigInteger CalculateSecret(BigInteger serverB) Generates the secret S given the server's credentials BigInteger GenerateClientCredentials(byte[] salt, byte[] identity, byte[] password) Generates client's credentials given the client's salt, identity and password