Package com.jcraft.jsch
Interface XDH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getQ()byte[]getSecret(byte[] u)voidinit(java.lang.String name, int keylen)booleanvalidate(byte[] u)
-
-
-
Method Detail
-
init
void init(java.lang.String name, int keylen) throws java.lang.Exception- Throws:
java.lang.Exception
-
getSecret
byte[] getSecret(byte[] u) throws java.lang.Exception- Throws:
java.lang.Exception
-
getQ
byte[] getQ() throws java.lang.Exception- Throws:
java.lang.Exception
-
validate
boolean validate(byte[] u) throws java.lang.Exception- Throws:
java.lang.Exception
-
-