
Public Member Functions | |
| void | init () throws Exception |
| byte[] | getE () throws Exception |
| byte[] | getK () throws Exception |
| void | setP (byte[] p) |
| void | setG (byte[] g) |
| void | setF (byte[] f) |
Package Functions | |
| void | setP (BigInteger p) |
| void | setG (BigInteger g) |
| void | setF (BigInteger f) |
Package Attributes | |
| BigInteger | p |
| BigInteger | g |
| BigInteger | e |
| byte[] | e_array |
| BigInteger | f |
| BigInteger | K |
| byte[] | K_array |
Private Attributes | |
| KeyPairGenerator | myKpairGen |
| KeyAgreement | myKeyAgree |
Definition at line 37 of file DH.java.
| byte [] com.jcraft.jsch.jce.DH.getE | ( | ) | throws Exception |
Definition at line 54 of file DH.java.
References com.jcraft.jsch.jce.DH.e, com.jcraft.jsch.jce.DH.e_array, com.jcraft.jsch.jce.DH.g, com.jcraft.jsch.jce.DH.myKeyAgree, com.jcraft.jsch.jce.DH.myKpairGen, and com.jcraft.jsch.jce.DH.p.
| byte [] com.jcraft.jsch.jce.DH.getK | ( | ) | throws Exception |
Definition at line 67 of file DH.java.
References com.jcraft.jsch.jce.DH.f, com.jcraft.jsch.jce.DH.g, com.jcraft.jsch.jce.DH.K, com.jcraft.jsch.jce.DH.K_array, com.jcraft.jsch.jce.DH.myKeyAgree, and com.jcraft.jsch.jce.DH.p.
| void com.jcraft.jsch.jce.DH.init | ( | ) | throws Exception |
Definition at line 48 of file DH.java.
References com.jcraft.jsch.jce.DH.myKeyAgree, and com.jcraft.jsch.jce.DH.myKpairGen.
| void com.jcraft.jsch.jce.DH.setF | ( | byte[] | f | ) |
Definition at line 87 of file DH.java.
References com.jcraft.jsch.jce.DH.setF().
Referenced by com.jcraft.jsch.jce.DH.setF().
| void com.jcraft.jsch.jce.DH.setG | ( | byte[] | g | ) |
Definition at line 86 of file DH.java.
References com.jcraft.jsch.jce.DH.setG().
Referenced by com.jcraft.jsch.jce.DH.setG().
| void com.jcraft.jsch.jce.DH.setP | ( | byte[] | p | ) |
Definition at line 85 of file DH.java.
References com.jcraft.jsch.jce.DH.setP().
Referenced by com.jcraft.jsch.jce.DH.setP().
BigInteger com.jcraft.jsch.jce.DH.e [package] |
Definition at line 40 of file DH.java.
Referenced by com.jcraft.jsch.jce.DH.getE().
byte [] com.jcraft.jsch.jce.DH.e_array [package] |
Definition at line 41 of file DH.java.
Referenced by com.jcraft.jsch.jce.DH.getE().
BigInteger com.jcraft.jsch.jce.DH.f [package] |
Definition at line 42 of file DH.java.
Referenced by com.jcraft.jsch.jce.DH.getK().
BigInteger com.jcraft.jsch.jce.DH.g [package] |
Definition at line 39 of file DH.java.
Referenced by com.jcraft.jsch.jce.DH.getE(), and com.jcraft.jsch.jce.DH.getK().
BigInteger com.jcraft.jsch.jce.DH.K [package] |
Definition at line 43 of file DH.java.
Referenced by com.jcraft.jsch.jce.DH.getK().
byte [] com.jcraft.jsch.jce.DH.K_array [package] |
Definition at line 44 of file DH.java.
Referenced by com.jcraft.jsch.jce.DH.getK().
KeyAgreement com.jcraft.jsch.jce.DH.myKeyAgree [private] |
Definition at line 47 of file DH.java.
Referenced by com.jcraft.jsch.jce.DH.getE(), com.jcraft.jsch.jce.DH.getK(), and com.jcraft.jsch.jce.DH.init().
KeyPairGenerator com.jcraft.jsch.jce.DH.myKpairGen [private] |
Definition at line 46 of file DH.java.
Referenced by com.jcraft.jsch.jce.DH.getE(), and com.jcraft.jsch.jce.DH.init().
BigInteger com.jcraft.jsch.jce.DH.p [package] |
Definition at line 38 of file DH.java.
Referenced by com.jcraft.jsch.jce.DH.getE(), and com.jcraft.jsch.jce.DH.getK().
1.6.1