public class Curve25519DH extends DHBase
| Constructor and Description |
|---|
Curve25519DH() |
| Modifier and Type | Method and Description |
|---|---|
static java.security.spec.AlgorithmParameterSpec |
getCurve25519Params()
TODO want to figure out why BouncyCastle does not work.
|
void |
init(java.security.spec.AlgorithmParameterSpec params,
Factory<Random> randomFactory) |
public void init(java.security.spec.AlgorithmParameterSpec params,
Factory<Random> randomFactory)
throws java.security.GeneralSecurityException
public static java.security.spec.AlgorithmParameterSpec getCurve25519Params()