public class SshDsaParams extends Object implements DSAParams
DSAParams implementation as defined in NIST's FIPS-186.| Constructor and Description |
|---|
SshDsaParams(BigInteger p,
BigInteger q,
BigInteger g) |
public SshDsaParams(BigInteger p, BigInteger q, BigInteger g)
public BigInteger getP()
public BigInteger getQ()
public BigInteger getG()
Copyright © 2014 hobbiton bvba. All Rights Reserved.