Uses of Class
com.sshtools.j2ssh.transport.publickey.SshPrivateKey
-
-
Uses of SshPrivateKey in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent with parameters of type SshPrivateKey Modifier and Type Method Description booleanKeyStore. addKey(SshPrivateKey prvkey, SshPublicKey pubkey, java.lang.String description, KeyConstraints cs)voidSshAgentClient. addKey(SshPrivateKey prvkey, SshPublicKey pubkey, java.lang.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 SshPrivateKey Modifier and Type Field Description protected SshPrivateKeyHostbasedAuthenticationClient. keyprotected SshPrivateKeyPublicKeyAuthenticationClient. keyMethods in com.sshtools.j2ssh.authentication with parameters of type SshPrivateKey Modifier and Type Method Description voidHostbasedAuthenticationClient. 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 SshPrivateKey Modifier and Type Method Description voidDhGroup1Sha1. performServerExchange(java.lang.String clientId, java.lang.String serverId, byte[] clientKexInit, byte[] serverKexInit, SshPrivateKey prvKey)abstract voidSshKeyExchange. performServerExchange(java.lang.String clientId, java.lang.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 SshPrivateKey Modifier and Type Method Description abstract SshPrivateKeySshKeyPair. decodePrivateKey(byte[] encoded)static SshPrivateKeySshKeyPairFactory. decodePrivateKey(byte[] encoded)SshPrivateKeySshKeyPair. getPrivateKey()SshPrivateKeySshKeyPair. setPrivateKey(byte[] encoded)SshPrivateKeySshPrivateKeyFile. toPrivateKey(java.lang.String passphrase)Methods in com.sshtools.j2ssh.transport.publickey with parameters of type SshPrivateKey Modifier and Type Method Description static SshPrivateKeyFileSshPrivateKeyFile. create(SshPrivateKey key, java.lang.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 Modifier and Type Method Description SshPrivateKeySshDssKeyPair. decodePrivateKey(byte[] encoded) -
Uses of SshPrivateKey in com.sshtools.j2ssh.transport.publickey.rsa
Subclasses of SshPrivateKey in com.sshtools.j2ssh.transport.publickey.rsa Modifier and Type Class Description classSshRsaPrivateKeyMethods in com.sshtools.j2ssh.transport.publickey.rsa that return SshPrivateKey Modifier and Type Method Description SshPrivateKeySshRsaKeyPair. decodePrivateKey(byte[] encoded)
-