verifyClientEvidenceMessage abstract method

bool verifyClientEvidenceMessage(
  1. BigInt clientM1
)

Authenticates the received client evidence message M1 and saves it only if correct. To be called after calculating the secret S. @param clientM1 the client side generated evidence message @return A boolean indicating if the client message M1 was the expected one. @throws CryptoException

Implementation

bool verifyClientEvidenceMessage(BigInt clientM1);