Uses of Class
com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException
-
-
Uses of InvalidSshKeyException in com.sshtools.common.automate
Methods in com.sshtools.common.automate that throw InvalidSshKeyException Modifier and Type Method Description static byte[]
AuthorizedKeys. create(AuthorizedKeys keys, java.lang.String serverId, java.lang.String hostname, AuthorizedKeysFileSaver saver)
byte[]
AuthorizedKeysFormat. format(AuthorizedKeys keys)
byte[]
AuthorizedKeysFormat. format(AuthorizedKeys keys, AuthorizedKeysFileSaver saver)
byte[]
OpenSSHAuthorizedKeysFormat. format(AuthorizedKeys keys)
byte[]
OpenSSHAuthorizedKeysFormat. format(AuthorizedKeys keys, AuthorizedKeysFileSaver saver)
byte[]
SSH2AuthorizedKeysFormat. format(AuthorizedKeys keys)
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
AuthorizedKeysFormat. unformat(byte[] formatted, AuthorizedKeysFileLoader loader)
AuthorizedKeys
OpenSSHAuthorizedKeysFormat. unformat(byte[] formatted)
AuthorizedKeys
OpenSSHAuthorizedKeysFormat. unformat(byte[] formatted, AuthorizedKeysFileLoader loader)
AuthorizedKeys
SSH2AuthorizedKeysFormat. unformat(byte[] formatted)
AuthorizedKeys
SSH2AuthorizedKeysFormat. unformat(byte[] formatted, AuthorizedKeysFileLoader loader)
AuthorizedKeys
SshtoolsAuthorizedKeysFormat. unformat(byte[] formatted, AuthorizedKeysFileLoader loader)
-
Uses of InvalidSshKeyException in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent that throw InvalidSshKeyException Modifier and Type Method Description byte[]
KeyStore. performHashAndSign(SshPublicKey pubkey, java.util.List forwardingNodes, byte[] data)
-
Uses of InvalidSshKeyException in com.sshtools.j2ssh.openssh
Methods in com.sshtools.j2ssh.openssh that throw InvalidSshKeyException Modifier and Type Method Description byte[]
OpenSSHPrivateKeyFormat. decryptKeyblob(byte[] formattedKey, java.lang.String passphrase)
byte[]
OpenSSHPrivateKeyFormat. encryptKeyblob(byte[] keyblob, java.lang.String passphrase)
-
Uses of InvalidSshKeyException in com.sshtools.j2ssh.transport.publickey
Methods in com.sshtools.j2ssh.transport.publickey that throw InvalidSshKeyException Modifier and Type Method 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[]
SshPrivateKeyFile. getKeyBlob(java.lang.String passphrase)
byte[]
SshPublicKeyFormat. getKeyBlob(byte[] formattedKey)
static SshPrivateKeyFormat
SshPrivateKeyFormatFactory. newInstance(java.lang.String type)
static SshPublicKeyFormat
SshPublicKeyFormatFactory. newInstance(java.lang.String type)
static SshPrivateKeyFile
SshPrivateKeyFile. parse(byte[] formattedKey)
static SshPrivateKeyFile
SshPrivateKeyFile. parse(java.io.File keyfile)
static SshPublicKeyFile
SshPublicKeyFile. parse(byte[] formattedKey)
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)
-
Uses of InvalidSshKeyException in com.sshtools.j2ssh.transport.publickey.dsa
Methods in com.sshtools.j2ssh.transport.publickey.dsa that throw InvalidSshKeyException Modifier and Type Method Description SshPrivateKey
SshDssKeyPair. decodePrivateKey(byte[] encoded)
SshPublicKey
SshDssKeyPair. decodePublicKey(byte[] encoded)
Constructors in com.sshtools.j2ssh.transport.publickey.dsa that throw InvalidSshKeyException Constructor Description SshDssPublicKey(byte[] key)
Creates a new SshDssPublicKey object. -
Uses of InvalidSshKeyException in com.sshtools.j2ssh.transport.publickey.rsa
Methods in com.sshtools.j2ssh.transport.publickey.rsa that throw InvalidSshKeyException Modifier and Type Method Description SshPrivateKey
SshRsaKeyPair. decodePrivateKey(byte[] encoded)
SshPublicKey
SshRsaKeyPair. decodePublicKey(byte[] encoded)
Constructors in com.sshtools.j2ssh.transport.publickey.rsa that throw InvalidSshKeyException Constructor Description SshRsaPrivateKey(byte[] encoded)
Creates a new SshRsaPrivateKey object.SshRsaPublicKey(byte[] encoded)
Creates a new SshRsaPublicKey object.
-