public interface ECDH
byte[]
getQ()
getSecret(byte[] r, byte[] s)
void
init(int size)
boolean
validate(byte[] r, byte[] s)
void init(int size) throws Exception
Exception
byte[] getSecret(byte[] r, byte[] s) throws Exception
byte[] getQ() throws Exception
boolean validate(byte[] r, byte[] s) throws Exception
Copyright © 2017 JCraft,Inc.. All rights reserved.