Interface TlsSrp6VerifierGenerator
- Namespace
- Org.BouncyCastle.Tls.Crypto
- Assembly
- BouncyCastle.Cryptography.dll
Base interface for a generator for SRP-6 verifiers.
public interface TlsSrp6VerifierGenerator
Methods
GenerateVerifier(byte[], byte[], byte[])
Creates a new SRP-6 verifier value.
BigInteger GenerateVerifier(byte[] salt, byte[] identity, byte[] password)
Parameters
saltbyte[]The salt to use, generally should be large and random
identitybyte[]The user's identifying information (eg. username)
passwordbyte[]The user's password
Returns
- BigInteger
A new verifier for use in future SRP authentication