public class SshRsaPublicKey extends SshPublicKey implements RSAPublicKey
RSAPublicKey implementation for SSH RSA KeysSshPublicKey.SshPublicKeyException| Constructor and Description |
|---|
SshRsaPublicKey(String keyString) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
protected String |
getKeyFormat() |
BigInteger |
getModulus() |
BigInteger |
getPublicExponent() |
getEncoded, getFormatclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEncoded, getFormatpublic SshRsaPublicKey(String keyString) throws SshPublicKey.SshPublicKeyException
public String getAlgorithm()
getAlgorithm in interface KeygetAlgorithm in class SshPublicKeypublic BigInteger getModulus()
getModulus in interface RSAKeypublic BigInteger getPublicExponent()
getPublicExponent in interface RSAPublicKeyprotected String getKeyFormat()
getKeyFormat in class SshPublicKeyCopyright © 2015 hobbiton bvba. All Rights Reserved.