calculateSessionKey abstract method

BigInt? calculateSessionKey()

Computes the final session key as a result of the SRP successful mutual authentication To be called after calculating the server evidence message M2. @return Key: the mutual authenticated symmetric session key @throws CryptoException

Implementation

BigInt? calculateSessionKey();