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

Uses in package com.sshtools.j2ssh.openssh

Methods which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException

byte[]
OpenSSHPrivateKeyFormat.decryptKeyblob(byte[] formattedKey, String passphrase)
byte[]
OpenSSHPrivateKeyFormat.encryptKeyblob(byte[] keyblob, String passphrase)

Uses in package com.sshtools.j2ssh.agent

Methods which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException

byte[]
KeyStore.performHashAndSign(SshPublicKey pubkey, List forwardingNodes, byte[] data)

Uses in package com.sshtools.j2ssh.transport.publickey.rsa

Constructors which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException

Creates a new SshRsaPrivateKey object.
Creates a new SshRsaPublicKey object.

Methods which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException

SshPrivateKey
SshPublicKey

Uses in package com.sshtools.j2ssh.transport.publickey

Methods which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException

void
SshKeyGenerator.changePassphrase(File f, String oldPassphrase, String newPassphrase)
void
SshPrivateKeyFile.changePassphrase(String oldPassphrase, String newPassphrase)
String
SshPrivateKeyFile
SshPrivateKeyFile.create(SshPrivateKey key, String passphrase, SshPrivateKeyFormat format)
SshPrivateKey
SshKeyPair.decodePrivateKey(byte[] encoded)
SshPrivateKey
SshPublicKey
SshKeyPair.decodePublicKey(byte[] encoded)
SshPublicKey
byte[]
SshPrivateKeyFormat.decryptKeyblob(byte[] formattedKey, String passphrase)
byte[]
SshtoolsPrivateKeyFormat.decryptKeyblob(byte[] formattedKey, String passphrase)
byte[]
SshPrivateKeyFormat.encryptKeyblob(byte[] keyblob, String passphrase)
byte[]
SshPrivateKeyFile.getKeyBlob(String passphrase)
byte[]
Base64EncodedFileFormat.getKeyBlob(byte[] formattedKey)
byte[]
OpenSSHPublicKeyFormat.getKeyBlob(byte[] formattedKey)
byte[]
SshKeyFormatConversion.getKeyBlob(byte[] formattedKey)
byte[]
SshPublicKeyFormat.getKeyBlob(byte[] formattedKey)
SshPrivateKeyFormat
SshPublicKeyFormat
SshPrivateKeyFile
SshPrivateKeyFile.parse(File keyfile)
SshPublicKeyFile
SshPublicKeyFile.parse(File keyfile)
SshPrivateKeyFile
SshPrivateKeyFile.parse(byte[] formattedKey)
SshPublicKeyFile
SshPublicKeyFile.parse(byte[] formattedKey)
void
SshPrivateKeyFile.setFormat(SshPrivateKeyFormat newFormat, String passphrase)
void
SshPrivateKey
SshKeyPair.setPrivateKey(byte[] encoded)
SshPublicKey
SshKeyPair.setPublicKey(byte[] encoded)
SshPrivateKey
SshPrivateKeyFile.toPrivateKey(String passphrase)

Uses in package com.sshtools.common.automate

Methods which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException

byte[]
AuthorizedKeys.create(AuthorizedKeys keys, String serverId, String hostname, AuthorizedKeysFileSaver saver)
byte[]
byte[]
byte[]
byte[]
byte[]
byte[]
byte[]
AuthorizedKeys
AuthorizedKeys.parse(byte[] formatted, String serverId, String hostname, AuthorizedKeysFileLoader loader)
AuthorizedKeys
AuthorizedKeysFormat.unformat(byte[] formatted)
AuthorizedKeys
AuthorizedKeys
AuthorizedKeys
AuthorizedKeys
AuthorizedKeys
AuthorizedKeys

Uses in package com.sshtools.j2ssh.transport.publickey.dsa

Constructors which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException

Creates a new SshDssPublicKey object.

Methods which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException

SshPrivateKey
SshPublicKey

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.