Class SrpClient
- java.lang.Object
- 
- org.firebirdsql.gds.ng.wire.auth.srp.SrpClient
 
- 
 public final class SrpClient extends java.lang.ObjectSRP client handshake implementation.- Author:
- Hajime Nakagami, Mark Rotteveel
 
- 
- 
Constructor SummaryConstructors Constructor Description SrpClient(java.lang.String clientProofHashAlgorithm)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetPrivateKey()java.math.BigIntegergetPublicKey()byte[]getSessionKey()
 
-