Methods in com.sshtools.common.automate that throw InvalidSshKeyException |
static byte[] |
AuthorizedKeys.create(AuthorizedKeys keys,
java.lang.String serverId,
java.lang.String hostname,
AuthorizedKeysFileSaver saver)
|
byte[] |
SSH2AuthorizedKeysFormat.format(AuthorizedKeys keys)
|
byte[] |
OpenSSHAuthorizedKeysFormat.format(AuthorizedKeys keys)
|
byte[] |
AuthorizedKeysFormat.format(AuthorizedKeys keys)
|
byte[] |
SshtoolsAuthorizedKeysFormat.format(AuthorizedKeys keys,
AuthorizedKeysFileSaver saver)
|
byte[] |
SSH2AuthorizedKeysFormat.format(AuthorizedKeys keys,
AuthorizedKeysFileSaver saver)
|
byte[] |
OpenSSHAuthorizedKeysFormat.format(AuthorizedKeys keys,
AuthorizedKeysFileSaver saver)
|
byte[] |
AuthorizedKeysFormat.format(AuthorizedKeys keys,
AuthorizedKeysFileSaver saver)
|
static AuthorizedKeys |
AuthorizedKeys.parse(byte[] formatted,
java.lang.String serverId,
java.lang.String hostname,
AuthorizedKeysFileLoader loader)
|
AuthorizedKeys |
SSH2AuthorizedKeysFormat.unformat(byte[] formatted)
|
AuthorizedKeys |
OpenSSHAuthorizedKeysFormat.unformat(byte[] formatted)
|
AuthorizedKeys |
AuthorizedKeysFormat.unformat(byte[] formatted)
|
AuthorizedKeys |
SshtoolsAuthorizedKeysFormat.unformat(byte[] formatted,
AuthorizedKeysFileLoader loader)
|
AuthorizedKeys |
SSH2AuthorizedKeysFormat.unformat(byte[] formatted,
AuthorizedKeysFileLoader loader)
|
AuthorizedKeys |
OpenSSHAuthorizedKeysFormat.unformat(byte[] formatted,
AuthorizedKeysFileLoader loader)
|
AuthorizedKeys |
AuthorizedKeysFormat.unformat(byte[] formatted,
AuthorizedKeysFileLoader loader)
|
Methods in com.sshtools.j2ssh.transport.publickey that throw InvalidSshKeyException |
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)
|
static SshPrivateKey |
SshKeyPairFactory.decodePrivateKey(byte[] encoded)
|
abstract SshPrivateKey |
SshKeyPair.decodePrivateKey(byte[] encoded)
|
static SshPublicKey |
SshKeyPairFactory.decodePublicKey(byte[] encoded)
|
abstract SshPublicKey |
SshKeyPair.decodePublicKey(byte[] encoded)
|
byte[] |
SshtoolsPrivateKeyFormat.decryptKeyblob(byte[] formattedKey,
java.lang.String passphrase)
|
byte[] |
SshPrivateKeyFormat.decryptKeyblob(byte[] formattedKey,
java.lang.String passphrase)
|
byte[] |
SshPrivateKeyFormat.encryptKeyblob(byte[] keyblob,
java.lang.String passphrase)
|
byte[] |
SshPublicKeyFormat.getKeyBlob(byte[] formattedKey)
|
byte[] |
SshKeyFormatConversion.getKeyBlob(byte[] formattedKey)
|
byte[] |
OpenSSHPublicKeyFormat.getKeyBlob(byte[] formattedKey)
|
byte[] |
Base64EncodedFileFormat.getKeyBlob(byte[] formattedKey)
|
byte[] |
SshPrivateKeyFile.getKeyBlob(java.lang.String passphrase)
|
static SshPublicKeyFormat |
SshPublicKeyFormatFactory.newInstance(java.lang.String type)
|
static SshPrivateKeyFormat |
SshPrivateKeyFormatFactory.newInstance(java.lang.String type)
|
static SshPublicKeyFile |
SshPublicKeyFile.parse(byte[] formattedKey)
|
static SshPrivateKeyFile |
SshPrivateKeyFile.parse(byte[] formattedKey)
|
static SshPublicKeyFile |
SshPublicKeyFile.parse(java.io.File keyfile)
|
static SshPrivateKeyFile |
SshPrivateKeyFile.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)
|