Package com.jcraft.jsch.jce
Class ECDHN
java.lang.Object
com.jcraft.jsch.jce.ECDHN
- All Implemented Interfaces:
ECDH
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate KeyAgreement
(package private) ECPublicKey
(package private) byte[]
private static BigInteger
private static BigInteger
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Q_array
byte[] Q_array -
publicKey
ECPublicKey publicKey -
myKeyAgree
-
two
-
three
-
-
Constructor Details
-
ECDHN
public ECDHN()
-
-
Method Details
-
init
-
getQ
-
getSecret
-
validate
-
toPoint
private byte[] toPoint(byte[] r_array, byte[] s_array) -
insert0
private byte[] insert0(byte[] buf) -
chop0
private byte[] chop0(byte[] buf) -
bzero
private void bzero(byte[] buf)
-