Uses of Class
com.sshtools.j2ssh.transport.publickey.SshPrivateKey
Packages that use SshPrivateKey
Package
Description
-
Uses of SshPrivateKey in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent with parameters of type SshPrivateKeyModifier and TypeMethodDescriptionboolean
KeyStore.addKey
(SshPrivateKey prvkey, SshPublicKey pubkey, String description, KeyConstraints cs) void
SshAgentClient.addKey
(SshPrivateKey prvkey, SshPublicKey pubkey, String description, KeyConstraints constraints) Add a key to the agent -
Uses of SshPrivateKey in com.sshtools.j2ssh.authentication
Fields in com.sshtools.j2ssh.authentication declared as SshPrivateKeyModifier and TypeFieldDescriptionprotected SshPrivateKey
HostbasedAuthenticationClient.key
protected SshPrivateKey
PublicKeyAuthenticationClient.key
Methods in com.sshtools.j2ssh.authentication with parameters of type SshPrivateKeyModifier and TypeMethodDescriptionvoid
HostbasedAuthenticationClient.setKey
(SshPrivateKey key) void
PublicKeyAuthenticationClient.setKey
(SshPrivateKey key) -
Uses of SshPrivateKey in com.sshtools.j2ssh.transport.kex
Methods in com.sshtools.j2ssh.transport.kex with parameters of type SshPrivateKeyModifier and TypeMethodDescriptionvoid
DhGroup1Sha1.performServerExchange
(String clientId, String serverId, byte[] clientKexInit, byte[] serverKexInit, SshPrivateKey prvKey) abstract void
SshKeyExchange.performServerExchange
(String clientId, String serverId, byte[] clientKexInit, byte[] serverKexInit, SshPrivateKey prvkey) -
Uses of SshPrivateKey in com.sshtools.j2ssh.transport.publickey
Methods in com.sshtools.j2ssh.transport.publickey that return SshPrivateKeyModifier and TypeMethodDescriptionabstract SshPrivateKey
SshKeyPair.decodePrivateKey
(byte[] encoded) static SshPrivateKey
SshKeyPairFactory.decodePrivateKey
(byte[] encoded) SshKeyPair.getPrivateKey()
SshKeyPair.setPrivateKey
(byte[] encoded) SshPrivateKeyFile.toPrivateKey
(String passphrase) Methods in com.sshtools.j2ssh.transport.publickey with parameters of type SshPrivateKeyModifier and TypeMethodDescriptionstatic SshPrivateKeyFile
SshPrivateKeyFile.create
(SshPrivateKey key, String passphrase, SshPrivateKeyFormat format) void
SshKeyPair.setPrivateKey
(SshPrivateKey key) -
Uses of SshPrivateKey in com.sshtools.j2ssh.transport.publickey.dsa
Methods in com.sshtools.j2ssh.transport.publickey.dsa that return SshPrivateKey -
Uses of SshPrivateKey in com.sshtools.j2ssh.transport.publickey.rsa
Subclasses of SshPrivateKey in com.sshtools.j2ssh.transport.publickey.rsaMethods in com.sshtools.j2ssh.transport.publickey.rsa that return SshPrivateKey