Modifier and Type | Method and Description |
---|---|
boolean |
KeyStore.addKey(SshPrivateKey prvkey,
SshPublicKey pubkey,
java.lang.String description,
KeyConstraints cs) |
void |
SshAgentClient.addKey(SshPrivateKey prvkey,
SshPublicKey pubkey,
java.lang.String description,
KeyConstraints constraints)
Add a key to the agent
|
Modifier and Type | Field and Description |
---|---|
protected SshPrivateKey |
HostbasedAuthenticationClient.key |
protected SshPrivateKey |
PublicKeyAuthenticationClient.key |
Modifier and Type | Method and Description |
---|---|
void |
HostbasedAuthenticationClient.setKey(SshPrivateKey key) |
void |
PublicKeyAuthenticationClient.setKey(SshPrivateKey key) |
Modifier and Type | Method and Description |
---|---|
void |
DhGroup1Sha1.performServerExchange(java.lang.String clientId,
java.lang.String serverId,
byte[] clientKexInit,
byte[] serverKexInit,
SshPrivateKey prvKey) |
abstract void |
SshKeyExchange.performServerExchange(java.lang.String clientId,
java.lang.String serverId,
byte[] clientKexInit,
byte[] serverKexInit,
SshPrivateKey prvkey) |
Modifier and Type | Method and Description |
---|---|
abstract SshPrivateKey |
SshKeyPair.decodePrivateKey(byte[] encoded) |
static SshPrivateKey |
SshKeyPairFactory.decodePrivateKey(byte[] encoded) |
SshPrivateKey |
SshKeyPair.getPrivateKey() |
SshPrivateKey |
SshKeyPair.setPrivateKey(byte[] encoded) |
SshPrivateKey |
SshPrivateKeyFile.toPrivateKey(java.lang.String passphrase) |
Modifier and Type | Method and Description |
---|---|
static SshPrivateKeyFile |
SshPrivateKeyFile.create(SshPrivateKey key,
java.lang.String passphrase,
SshPrivateKeyFormat format) |
void |
SshKeyPair.setPrivateKey(SshPrivateKey key) |
Modifier and Type | Method and Description |
---|---|
SshPrivateKey |
SshDssKeyPair.decodePrivateKey(byte[] encoded) |
Modifier and Type | Class and Description |
---|---|
class |
SshRsaPrivateKey |
Modifier and Type | Method and Description |
---|---|
SshPrivateKey |
SshRsaKeyPair.decodePrivateKey(byte[] encoded) |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.