DH
public interface DH
Modifier and Type | Method | Description |
---|---|---|
void |
checkRange() |
|
byte[] |
getE() |
|
byte[] |
getK() |
|
void |
init() |
|
void |
setF(byte[] f) |
|
void |
setG(byte[] g) |
|
void |
setP(byte[] p) |
void init() throws java.lang.Exception
java.lang.Exception
void setP(byte[] p)
void setG(byte[] g)
byte[] getE() throws java.lang.Exception
java.lang.Exception
void setF(byte[] f)
byte[] getK() throws java.lang.Exception
java.lang.Exception
void checkRange() throws java.lang.Exception
java.lang.Exception