Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto.examples
Class ECJPAKEExample

java.lang.Object
  extended byorg.bouncycastle.crypto.examples.ECJPAKEExample

public class ECJPAKEExample
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
ECJPAKEExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECJPAKEExample

public ECJPAKEExample()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws CryptoException
Throws:
CryptoException

Bouncy Castle Cryptography Library 1.81