Modifier and Type | Method and Description |
---|---|
static byte[] |
AuthorizedKeys.create(AuthorizedKeys keys,
java.lang.String serverId,
java.lang.String hostname,
AuthorizedKeysFileSaver saver) |
byte[] |
AuthorizedKeysFormat.format(AuthorizedKeys keys) |
byte[] |
OpenSSHAuthorizedKeysFormat.format(AuthorizedKeys keys) |
byte[] |
SSH2AuthorizedKeysFormat.format(AuthorizedKeys keys) |
byte[] |
AuthorizedKeysFormat.format(AuthorizedKeys keys,
AuthorizedKeysFileSaver saver) |
byte[] |
OpenSSHAuthorizedKeysFormat.format(AuthorizedKeys keys,
AuthorizedKeysFileSaver saver) |
byte[] |
SSH2AuthorizedKeysFormat.format(AuthorizedKeys keys,
AuthorizedKeysFileSaver saver) |
byte[] |
SshtoolsAuthorizedKeysFormat.format(AuthorizedKeys keys,
AuthorizedKeysFileSaver saver) |
static AuthorizedKeys |
AuthorizedKeys.parse(byte[] formatted,
java.lang.String serverId,
java.lang.String hostname,
AuthorizedKeysFileLoader loader) |
AuthorizedKeys |
AuthorizedKeysFormat.unformat(byte[] formatted) |
AuthorizedKeys |
OpenSSHAuthorizedKeysFormat.unformat(byte[] formatted) |
AuthorizedKeys |
SSH2AuthorizedKeysFormat.unformat(byte[] formatted) |
AuthorizedKeys |
AuthorizedKeysFormat.unformat(byte[] formatted,
AuthorizedKeysFileLoader loader) |
AuthorizedKeys |
OpenSSHAuthorizedKeysFormat.unformat(byte[] formatted,
AuthorizedKeysFileLoader loader) |
AuthorizedKeys |
SSH2AuthorizedKeysFormat.unformat(byte[] formatted,
AuthorizedKeysFileLoader loader) |
AuthorizedKeys |
SshtoolsAuthorizedKeysFormat.unformat(byte[] formatted,
AuthorizedKeysFileLoader loader) |
Modifier and Type | Method and Description |
---|---|
byte[] |
KeyStore.performHashAndSign(SshPublicKey pubkey,
java.util.List forwardingNodes,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
byte[] |
OpenSSHPrivateKeyFormat.decryptKeyblob(byte[] formattedKey,
java.lang.String passphrase) |
byte[] |
OpenSSHPrivateKeyFormat.encryptKeyblob(byte[] keyblob,
java.lang.String passphrase) |
Modifier and Type | Method and Description |
---|---|
static void |
SshKeyGenerator.changePassphrase(java.io.File f,
java.lang.String oldPassphrase,
java.lang.String newPassphrase) |
void |
SshPrivateKeyFile.changePassphrase(java.lang.String oldPassphrase,
java.lang.String newPassphrase) |
static java.lang.String |
SshKeyGenerator.convertPublicKeyFile(java.io.File f,
SshPublicKeyFormat convert) |
static SshPrivateKeyFile |
SshPrivateKeyFile.create(SshPrivateKey key,
java.lang.String passphrase,
SshPrivateKeyFormat format) |
abstract SshPrivateKey |
SshKeyPair.decodePrivateKey(byte[] encoded) |
static SshPrivateKey |
SshKeyPairFactory.decodePrivateKey(byte[] encoded) |
abstract SshPublicKey |
SshKeyPair.decodePublicKey(byte[] encoded) |
static SshPublicKey |
SshKeyPairFactory.decodePublicKey(byte[] encoded) |
byte[] |
SshPrivateKeyFormat.decryptKeyblob(byte[] formattedKey,
java.lang.String passphrase) |
byte[] |
SshtoolsPrivateKeyFormat.decryptKeyblob(byte[] formattedKey,
java.lang.String passphrase) |
byte[] |
SshPrivateKeyFormat.encryptKeyblob(byte[] keyblob,
java.lang.String passphrase) |
byte[] |
Base64EncodedFileFormat.getKeyBlob(byte[] formattedKey) |
byte[] |
OpenSSHPublicKeyFormat.getKeyBlob(byte[] formattedKey) |
byte[] |
SshKeyFormatConversion.getKeyBlob(byte[] formattedKey) |
byte[] |
SshPublicKeyFormat.getKeyBlob(byte[] formattedKey) |
byte[] |
SshPrivateKeyFile.getKeyBlob(java.lang.String passphrase) |
static SshPrivateKeyFormat |
SshPrivateKeyFormatFactory.newInstance(java.lang.String type) |
static SshPublicKeyFormat |
SshPublicKeyFormatFactory.newInstance(java.lang.String type) |
static SshPrivateKeyFile |
SshPrivateKeyFile.parse(byte[] formattedKey) |
static SshPublicKeyFile |
SshPublicKeyFile.parse(byte[] formattedKey) |
static SshPrivateKeyFile |
SshPrivateKeyFile.parse(java.io.File keyfile) |
static SshPublicKeyFile |
SshPublicKeyFile.parse(java.io.File keyfile) |
void |
SshPrivateKeyFile.setFormat(SshPrivateKeyFormat newFormat,
java.lang.String passphrase) |
void |
SshPublicKeyFile.setFormat(SshPublicKeyFormat newFormat) |
SshPrivateKey |
SshKeyPair.setPrivateKey(byte[] encoded) |
SshPublicKey |
SshKeyPair.setPublicKey(byte[] encoded) |
SshPrivateKey |
SshPrivateKeyFile.toPrivateKey(java.lang.String passphrase) |
Modifier and Type | Method and Description |
---|---|
SshPrivateKey |
SshDssKeyPair.decodePrivateKey(byte[] encoded) |
SshPublicKey |
SshDssKeyPair.decodePublicKey(byte[] encoded) |
Constructor and Description |
---|
SshDssPublicKey(byte[] key)
Creates a new SshDssPublicKey object.
|
Modifier and Type | Method and Description |
---|---|
SshPrivateKey |
SshRsaKeyPair.decodePrivateKey(byte[] encoded) |
SshPublicKey |
SshRsaKeyPair.decodePublicKey(byte[] encoded) |
Constructor and Description |
---|
SshRsaPrivateKey(byte[] encoded)
Creates a new SshRsaPrivateKey object.
|
SshRsaPublicKey(byte[] encoded)
Creates a new SshRsaPublicKey object.
|
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.