Uses of Interface
com.maverick.ssh.SshPrivateKey

Packages that use SshPrivateKey
com.maverick.ssh This package contains a set of general interface contracts for SSH communication that provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications. 
com.maverick.ssh1 This package contains an SSH1 implementation of the com.maverick.ssh interfaces. 
com.maverick.ssh2 This package contains an SSH2 implementation of the com.maverick.ssh interfaces. 
com.sshtools.publickey This package contains utility classes for loading/storing public/private keys and is based on the SSHTools key format architecture. 
 

Uses of SshPrivateKey in com.maverick.ssh
 

Classes in com.maverick.ssh that implement SshPrivateKey
 class SshDsaPrivateKey
          Represents a DSA key and implements the SshPrivateKey interface.
 class SshRsaPrivateCrtKey
          Represents a RSA key and implements the SshPrivateKey interface.
 class SshRsaPrivateKey
          Represents a RSA key and implements the SshPrivateKey interface.
 

Methods in com.maverick.ssh that return SshPrivateKey
 SshPrivateKey PublicKeyAuthentication.getPrivateKey()
          Get the private key for this authentication.
 

Methods in com.maverick.ssh with parameters of type SshPrivateKey
 void PublicKeyAuthentication.setPrivateKey(SshPrivateKey privatekey)
          Set the private key for this authentication.
 

Uses of SshPrivateKey in com.maverick.ssh1
 

Methods in com.maverick.ssh1 that return SshPrivateKey
 SshPrivateKey Ssh1RhostsRsaAuthentication.getPrivateKey()
          Get the private key used for this authentication
 

Methods in com.maverick.ssh1 with parameters of type SshPrivateKey
 void Ssh1RhostsRsaAuthentication.setPrivateKey(SshPrivateKey prv)
          Set the private key for the authentication attempt
 

Uses of SshPrivateKey in com.maverick.ssh2
 

Methods in com.maverick.ssh2 that return SshPrivateKey
 SshPrivateKey Ssh2HostbasedAuthentication.getPrivateKey()
          Get the private key used for this authentication
 

Methods in com.maverick.ssh2 with parameters of type SshPrivateKey
 void Ssh2HostbasedAuthentication.setPrivateKey(SshPrivateKey prv)
          Set the private key for the authentication attempt
 

Uses of SshPrivateKey in com.sshtools.publickey
 

Methods in com.sshtools.publickey that return SshPrivateKey
 SshPrivateKey SshKeyPair.getPrivateKey()
          Get the private key.
 

Methods in com.sshtools.publickey with parameters of type SshPrivateKey
static SshKeyPair SshKeyPair.getKeyPair(SshPrivateKey prv, SshPublicKey pub)
          Wraps a public/private key pair into an SshKeyPair instance.
 void SshKeyPair.setPrivateKey(SshPrivateKey privatekey)
          Set the private key
 



Copyright © 2003 3SP LTD. All Rights Reserved.