public class DH extends Object
Constructor and Description |
---|
DH() |
Modifier and Type | Method and Description |
---|---|
void |
computeK(BigInteger f) |
BigInteger |
getE() |
BigInteger |
getK() |
void |
init(BigInteger p,
BigInteger g) |
public void init(BigInteger p, BigInteger g) throws GeneralSecurityException
GeneralSecurityException
public void computeK(BigInteger f) throws GeneralSecurityException
GeneralSecurityException
public BigInteger getE()
public BigInteger getK()
Copyright © 2009–2016. All rights reserved.