The crypto parameters for the SRP-6a protocol. These must be agreed
between client and server before authentication and consist of a large
safe prime 'N', a corresponding generator 'g' and a hash function
algorithm 'H'. You can generate your own with openssl using
OpenSSLCryptoConfig
session
com.nimbusds.srp6.SRP6ServerSession session
The underlying Nimbus session which will be configure for JavaScript
interactions