Package | Description |
---|---|
org.bouncycastle.crypto.agreement.srp |
Modifier and Type | Field and Description |
---|---|
static SRP6GroupParameters |
SRP6StandardGroups.rfc5054_1024 |
static SRP6GroupParameters |
SRP6StandardGroups.rfc5054_1536 |
static SRP6GroupParameters |
SRP6StandardGroups.rfc5054_2048 |
static SRP6GroupParameters |
SRP6StandardGroups.rfc5054_3072 |
static SRP6GroupParameters |
SRP6StandardGroups.rfc5054_4096 |
static SRP6GroupParameters |
SRP6StandardGroups.rfc5054_6144 |
static SRP6GroupParameters |
SRP6StandardGroups.rfc5054_8192 |
Modifier and Type | Method and Description |
---|---|
void |
SRP6Server.init(SRP6GroupParameters group,
BigInteger v,
Digest digest,
SecureRandom random) |
void |
SRP6VerifierGenerator.init(SRP6GroupParameters group,
Digest digest) |
void |
SRP6Client.init(SRP6GroupParameters group,
Digest digest,
SecureRandom random) |
Copyright © 2021 BouncyCastle.org. All rights reserved.