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 boolean
KeyStore. addKey(SshPrivateKey prvkey, SshPublicKey pubkey, java.lang.String description, KeyConstraints cs)
void
SshAgentClient. 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 SshPrivateKey
HostbasedAuthenticationClient. key
protected SshPrivateKey
PublicKeyAuthenticationClient. key
Methods in com.sshtools.j2ssh.authentication with parameters of type SshPrivateKey Modifier and Type Method Description void
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 SshPrivateKey Modifier and Type Method Description void
DhGroup1Sha1. performServerExchange(java.lang.String clientId, java.lang.String serverId, byte[] clientKexInit, byte[] serverKexInit, SshPrivateKey prvKey)
abstract void
SshKeyExchange. 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 SshPrivateKey
SshKeyPair. decodePrivateKey(byte[] encoded)
static SshPrivateKey
SshKeyPairFactory. decodePrivateKey(byte[] encoded)
SshPrivateKey
SshKeyPair. getPrivateKey()
SshPrivateKey
SshKeyPair. setPrivateKey(byte[] encoded)
SshPrivateKey
SshPrivateKeyFile. toPrivateKey(java.lang.String passphrase)
Methods in com.sshtools.j2ssh.transport.publickey with parameters of type SshPrivateKey Modifier and Type Method Description static SshPrivateKeyFile
SshPrivateKeyFile. create(SshPrivateKey key, java.lang.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 Modifier and Type Method Description SshPrivateKey
SshDssKeyPair. 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 class
SshRsaPrivateKey
Methods in com.sshtools.j2ssh.transport.publickey.rsa that return SshPrivateKey Modifier and Type Method Description SshPrivateKey
SshRsaKeyPair. decodePrivateKey(byte[] encoded)
-