public class SshDsaPublicKey extends SshPublicKey implements DSAPublicKey
DSAPublicKey implementation for SSH DSA KeysSshPublicKey.SshPublicKeyException| Constructor and Description |
|---|
SshDsaPublicKey(String keyString) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
protected String |
getKeyFormat() |
DSAParams |
getParams() |
BigInteger |
getY() |
getEncoded, getFormatclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEncoded, getFormatpublic SshDsaPublicKey(String keyString) throws SshPublicKey.SshPublicKeyException
public String getAlgorithm()
getAlgorithm in interface KeygetAlgorithm in class SshPublicKeypublic BigInteger getY()
getY in interface DSAPublicKeyprotected String getKeyFormat()
getKeyFormat in class SshPublicKeyCopyright © 2014 hobbiton bvba. All Rights Reserved.