Java org.bouncycastle.crypto.agreement.srp SRP6Client fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.agreement.srp SRP6Client fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.agreement.srp SRP6Client.

The text is from its open source code.

Constructor

Method

BigIntegercalculateSecret(BigInteger serverB)
Generates the secret S given the server's credentials
BigIntegergenerateClientCredentials(byte[] salt, byte[] identity, byte[] password)
Generates client's credentials given the client's salt, identity and password
voidinit(BigInteger N, BigInteger g, Digest digest, SecureRandom random)
Initialises the client to begin new authentication attempt