Package org.bouncycastle.crypto.examples
Class JPAKEExample
- java.lang.Object
-
- org.bouncycastle.crypto.examples.JPAKEExample
-
public class JPAKEExample extends java.lang.Object
An example of a J-PAKE exchange.In this example, both Alice and Bob are on the same computer (in the same JVM, in fact). In reality, Alice and Bob would be in different locations, and would be sending their generated payloads to each other.
-
-
Constructor Summary
Constructors Constructor Description JPAKEExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws CryptoException
- Throws:
CryptoException
-
-