public abstract class SshPrivateKey extends Object implements PrivateKey
PrivateKey implementation for SSH Keys| Modifier and Type | Class and Description |
|---|---|
static class |
SshPrivateKey.SshPrivateKeyException |
| Modifier | Constructor and Description |
|---|---|
protected |
SshPrivateKey(String keyString) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
protected abstract String |
getKeyPrefix() |
protected abstract String |
getKeySuffix() |
protected SshPrivateKey(String keyString) throws SshPrivateKey.SshPrivateKeyException
public abstract String getAlgorithm()
getAlgorithm in interface Keyprotected abstract String getKeyPrefix()
protected abstract String getKeySuffix()
public byte[] getEncoded()
getEncoded in interface KeyCopyright © 2014 hobbiton bvba. All Rights Reserved.