SRP6ServerSession constructor
SRP6ServerSession(
- SRP6CryptoParams config, {
- int timeout = 0,
- SrpState state = SrpState.init,
Implementation
SRP6ServerSession(final SRP6CryptoParams config,
{final int timeout = 0, this.state = SrpState.init}) {
this.config = config;
state = SrpState.init;
updateLastActivityTime();
}