calculateSecret abstract method

BigInt? calculateSecret(
  1. BigInt clientA
)

Processes the client's credentials. If valid the shared secret is generated and returned. @param clientA The client's credentials @return A shared secret BigInt @throws CryptoException If client's credentials are invalid

Implementation

BigInt? calculateSecret(BigInt clientA);