public abstract class SshPublicKey extends Object implements PublicKey
| Modifier and Type | Class and Description |
|---|---|
static class |
SshPublicKey.SshPublicKeyException |
| Constructor and Description |
|---|
SshPublicKey(String keyString) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
protected abstract String |
getKeyFormat() |
public SshPublicKey(String keyString) throws SshPublicKey.SshPublicKeyException
public abstract String getAlgorithm()
getAlgorithm in interface Keyprotected abstract String getKeyFormat()
public byte[] getEncoded()
getEncoded in interface KeyCopyright © 2015 hobbiton bvba. All Rights Reserved.