Uses of Class
com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException

Packages that use InvalidSshKeyException
com.sshtools.common.automate   
com.sshtools.j2ssh.agent   
com.sshtools.j2ssh.openssh   
com.sshtools.j2ssh.transport.publickey   
com.sshtools.j2ssh.transport.publickey.dsa   
com.sshtools.j2ssh.transport.publickey.rsa   
 

Uses of InvalidSshKeyException in com.sshtools.common.automate
 

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)
           
 

Uses of InvalidSshKeyException in com.sshtools.j2ssh.agent
 

Methods in com.sshtools.j2ssh.agent that throw InvalidSshKeyException
 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
 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
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)
           
 

Uses of InvalidSshKeyException in com.sshtools.j2ssh.transport.publickey.dsa
 

Methods in com.sshtools.j2ssh.transport.publickey.dsa that throw InvalidSshKeyException
 SshPrivateKey SshDssKeyPair.decodePrivateKey(byte[] encoded)
           
 SshPublicKey SshDssKeyPair.decodePublicKey(byte[] encoded)
           
 

Constructors in com.sshtools.j2ssh.transport.publickey.dsa that throw InvalidSshKeyException
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
 SshPrivateKey SshRsaKeyPair.decodePrivateKey(byte[] encoded)
           
 SshPublicKey SshRsaKeyPair.decodePublicKey(byte[] encoded)
           
 

Constructors in com.sshtools.j2ssh.transport.publickey.rsa that throw InvalidSshKeyException
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.