com.maverick.ssh
Class SshDsaPrivateKey
java.lang.Object
com.maverick.crypto.publickey.DsaKey
com.maverick.crypto.publickey.DsaPrivateKey
com.maverick.ssh.SshDsaPrivateKey
- All Implemented Interfaces:
- SshPrivateKey
- public class SshDsaPrivateKey
- extends com.maverick.crypto.publickey.DsaPrivateKey
- implements SshPrivateKey
Represents a DSA key and implements the SshPrivateKey
interface.
- Author:
- Lee David Painter
Fields inherited from class com.maverick.crypto.publickey.DsaPrivateKey |
x |
Fields inherited from class com.maverick.crypto.publickey.DsaKey |
g, p, q |
Constructor Summary |
SshDsaPrivateKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger x)
|
SshDsaPrivateKey(com.maverick.crypto.publickey.DsaPrivateKey key)
|
Methods inherited from class com.maverick.crypto.publickey.DsaPrivateKey |
equals, getX, sign |
Methods inherited from class com.maverick.crypto.publickey.DsaKey |
getG, getP, getQ |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SshDsaPrivateKey
public SshDsaPrivateKey(com.maverick.crypto.publickey.DsaPrivateKey key)
SshDsaPrivateKey
public SshDsaPrivateKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger x)
getAlgorithm
public java.lang.String getAlgorithm()
- Specified by:
getAlgorithm
in interface SshPrivateKey
Copyright © 2003 3SP LTD. All Rights Reserved.