public void performTest() throws Exception { rfc5054AppendixBTestVectors(); testMutualVerification(SRP6StandardGroups.rfc5054_1024); testClientCatchesBadB(SRP6StandardGroups.rfc5054_1024); testServerCatchesBadA(SRP6StandardGroups.rfc5054_1024); testWithRandomParams(256); testWithRandomParams(384); testWithRandomParams(512); }