Package | Description |
---|---|
org.bouncycastle.crypto.agreement.jpake |
Modifier and Type | Field and Description |
---|---|
static JPAKEPrimeOrderGroup |
JPAKEPrimeOrderGroups.NIST_2048
From NIST.
|
static JPAKEPrimeOrderGroup |
JPAKEPrimeOrderGroups.NIST_3072
From NIST.
|
static JPAKEPrimeOrderGroup |
JPAKEPrimeOrderGroups.SUN_JCE_1024
From Sun's JDK JavaDoc (docs/guide/security/CryptoSpec.html#AppB)
1024-bit p, 160-bit q and 1024-bit g for 80-bit security.
|
Constructor and Description |
---|
JPAKEParticipant(String participantId,
char[] password,
JPAKEPrimeOrderGroup group)
Convenience constructor for a new
JPAKEParticipant that uses
a SHA-256 digest and a default SecureRandom implementation. |
JPAKEParticipant(String participantId,
char[] password,
JPAKEPrimeOrderGroup group,
Digest digest,
SecureRandom random)
Construct a new
JPAKEParticipant . |
Copyright © 2020 BouncyCastle.org. All rights reserved.