public class ECDHN extends java.lang.Object implements ECDH
ECDHN()
byte[]
getQ()
getSecret(byte[] r, byte[] s)
void
init(int size)
boolean
validate(byte[] r, byte[] s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ECDHN()
public void init(int size) throws java.lang.Exception
init
ECDH
java.lang.Exception
public byte[] getQ() throws java.lang.Exception
getQ
public byte[] getSecret(byte[] r, byte[] s) throws java.lang.Exception
getSecret
public boolean validate(byte[] r, byte[] s) throws java.lang.Exception
validate