Uses of Class
org.bouncycastle.crypto.agreement.jpake.JPAKEPrimeOrderGroup
-
Packages that use JPAKEPrimeOrderGroup Package Description org.bouncycastle.crypto.agreement.jpake -
-
Uses of JPAKEPrimeOrderGroup in org.bouncycastle.crypto.agreement.jpake
Fields in org.bouncycastle.crypto.agreement.jpake declared as JPAKEPrimeOrderGroup Modifier and Type Field 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.Constructors in org.bouncycastle.crypto.agreement.jpake with parameters of type JPAKEPrimeOrderGroup Constructor Description JPAKEParticipant(String participantId, char[] password, JPAKEPrimeOrderGroup group)
Convenience constructor for a newJPAKEParticipant
that uses a SHA-256 digest and a defaultSecureRandom
implementation.JPAKEParticipant(String participantId, char[] password, JPAKEPrimeOrderGroup group, Digest digest, SecureRandom random)
Construct a newJPAKEParticipant
.
-