Uses of Interface
com.maverick.ssh.components.SshPrivateKey

Packages that use SshPrivateKey
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. 
 

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 Ssh2EcdsaSha2NistPrivateKey
           
 class Ssh2RsaPrivateCrtKey
          RSA co-efficient private key implementation for SSH2 protocol.
 class Ssh2RsaPrivateKey
          RSA private key implementation for the SSH2 protocol.
 



Copyright © 2013. All Rights Reserved.