Uses of Class
org.bouncycastle.crypto.agreement.jpake.JPAKEPrimeOrderGroup
Packages that use JPAKEPrimeOrderGroup
-
Uses of JPAKEPrimeOrderGroup in org.bouncycastle.crypto.agreement.jpake
Fields in org.bouncycastle.crypto.agreement.jpake declared as JPAKEPrimeOrderGroupModifier and TypeFieldDescriptionstatic final JPAKEPrimeOrderGroupJPAKEPrimeOrderGroups.NIST_2048From NIST. 2048-bit p, 224-bit q and 2048-bit g for 112-bit security.static final JPAKEPrimeOrderGroupJPAKEPrimeOrderGroups.NIST_3072From NIST. 3072-bit p, 256-bit q and 3072-bit g for 128-bit security.static final JPAKEPrimeOrderGroupJPAKEPrimeOrderGroups.SUN_JCE_1024From 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 JPAKEPrimeOrderGroupModifierConstructorDescriptionJPAKEParticipant(String participantId, char[] password, JPAKEPrimeOrderGroup group) Convenience constructor for a newJPAKEParticipantthat uses a SHA-256 digest and a defaultSecureRandomimplementation.JPAKEParticipant(String participantId, char[] password, JPAKEPrimeOrderGroup group, Digest digest, SecureRandom random) Construct a newJPAKEParticipant.