Package com.jcraft.jsch.jce
Class ECDHN
- java.lang.Object
-
- com.jcraft.jsch.jce.ECDHN
-
-
Constructor Summary
Constructors Constructor Description ECDHN()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getQ()
byte[]
getSecret(byte[] r, byte[] s)
void
init(int size)
boolean
validate(byte[] r, byte[] s)
-