public interface DH
Modifier and Type | Method and Description |
---|---|
void |
checkRange() |
byte[] |
getE() |
byte[] |
getK() |
void |
init() |
void |
setF(byte[] f) |
void |
setG(byte[] g) |
void |
setP(byte[] p) |
Copyright © 2019 JCraft,Inc.. All rights reserved.