Package com.jcraft.jsch
Interface ECDH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getQ()
byte[]
getSecret(byte[] r, byte[] s)
void
init(int size)
boolean
validate(byte[] r, byte[] s)
-