Class SrpClient
- java.lang.Object
-
- org.firebirdsql.gds.ng.wire.auth.srp.SrpClient
-
public final class SrpClient extends java.lang.Object
SRP client handshake implementation.- Author:
- Hajime Nakagami, Mark Rotteveel
-
-
Constructor Summary
Constructors Constructor Description SrpClient(java.lang.String clientProofHashAlgorithm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getPrivateKey()
java.math.BigInteger
getPublicKey()
byte[]
getSessionKey()
-