Uses of Class
org.bouncycastle.crypto.params.SRP6GroupParameters
-
Packages that use SRP6GroupParameters Package Description org.bouncycastle.crypto.agreement.srp -
-
Uses of SRP6GroupParameters in org.bouncycastle.crypto.agreement.srp
Fields in org.bouncycastle.crypto.agreement.srp declared as SRP6GroupParameters Modifier and Type Field 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
Methods in org.bouncycastle.crypto.agreement.srp with parameters of type SRP6GroupParameters Modifier and Type Method Description void
SRP6Client. init(SRP6GroupParameters group, Digest digest, SecureRandom random)
void
SRP6Server. init(SRP6GroupParameters group, BigInteger v, Digest digest, SecureRandom random)
void
SRP6VerifierGenerator. init(SRP6GroupParameters group, Digest digest)
-