Uses of Interface
com.maverick.ssh.components.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.ssh.components This package contains an abstract cryptographic provider for the SSH protocol. 
com.maverick.ssh.components.jce This package contains a set of algoritm implementations that enable the Maverick API to use a Java Cryptography Extension provider. 
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. 
 

Uses of SshPrivateKey in com.maverick.ssh
 

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.ssh.components
 

Subinterfaces of SshPrivateKey in com.maverick.ssh.components
 interface SshDsaPrivateKey
          This interface should be implemented by all DSA private key implementations.
 interface SshRsaPrivateCrtKey
          This interface should be implemented by all RSA private co-efficient private key implementations.
 interface SshRsaPrivateKey
          This interface should be implemented by all RSA private key implementations.
 

Methods in com.maverick.ssh.components that return SshPrivateKey
 SshPrivateKey SshKeyPair.getPrivateKey()
          Get the private key.
 

Methods in com.maverick.ssh.components 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
 

Uses of SshPrivateKey in com.maverick.ssh.components.jce
 

Classes in com.maverick.ssh.components.jce that implement SshPrivateKey
 class Ssh2DsaPrivateKey
          DSA private key implementation for the SSH2 protocol.
 class Ssh2RsaPrivateCrtKey
          RSA co-efficient private key implementation for SSH2 protocol.
 class Ssh2RsaPrivateKey
          RSA private key implementation for the SSH2 protocol.
 

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
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.