calculateSessionKey abstract method

BigInt? calculateSessionKey()

Computes the final session key as a result of the SRP successful mutual authentication To be called after verifying the server evidence message M2. returns Key: the mutually authenticated symmetric session key throws Exception

Implementation

BigInt? calculateSessionKey();