DHpublic 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.Exceptionvoid setP(byte[] p)
void setG(byte[] g)
byte[] getE()
throws java.lang.Exception
java.lang.Exceptionvoid setF(byte[] f)
byte[] getK()
throws java.lang.Exception
java.lang.Exceptionvoid checkRange()
throws java.lang.Exception
java.lang.Exception