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 TypeMethodDescriptionbooleanKeyStore.addKey(SshPrivateKey prvkey, SshPublicKey pubkey, String description, KeyConstraints cs) voidSshAgentClient.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 SshPrivateKeyHostbasedAuthenticationClient.keyprotected SshPrivateKeyPublicKeyAuthenticationClient.keyMethods in com.sshtools.j2ssh.authentication with parameters of type SshPrivateKeyModifier and TypeMethodDescriptionvoidHostbasedAuthenticationClient.setKey(SshPrivateKey key) voidPublicKeyAuthenticationClient.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 TypeMethodDescriptionvoidDhGroup1Sha1.performServerExchange(String clientId, String serverId, byte[] clientKexInit, byte[] serverKexInit, SshPrivateKey prvKey) abstract voidSshKeyExchange.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 SshPrivateKeySshKeyPair.decodePrivateKey(byte[] encoded) static SshPrivateKeySshKeyPairFactory.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 SshPrivateKeyFileSshPrivateKeyFile.create(SshPrivateKey key, String passphrase, SshPrivateKeyFormat format) voidSshKeyPair.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