this.SRP_A = srpClient.generateClientCredentials(s, this.SRP_identity,
this.SRP_password);
try
{
BigInteger S = srpClient.calculateSecret(B);
this.pms = BigIntegers.asUnsignedByteArray(S);
}
catch (CryptoException e)
{
this.failWithError(AL_fatal, AP_illegal_parameter);