public class ECDH extends AbstractDH
K
Constructor and Description |
---|
ECDH() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
calculateK() |
byte[] |
getE() |
Digest |
getHash() |
void |
setCurveParameters(ECParameterSpec params) |
void |
setF(byte[] f) |
getInstance, getK
public byte[] getE() throws Exception
getE
in class AbstractDH
Exception
protected byte[] calculateK() throws Exception
calculateK
in class AbstractDH
Exception
public void setCurveParameters(ECParameterSpec params)
public void setF(byte[] f)
setF
in class AbstractDH
public Digest getHash() throws Exception
getHash
in class AbstractDH
Exception
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.