Uses of Class
com.maverick.ssh.components.SshKeyPair

Packages that use SshKeyPair
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.ssh.components.publickey   
 

Uses of SshKeyPair in com.maverick.ssh.components
 

Methods in com.maverick.ssh.components that return SshKeyPair
abstract  SshKeyPair ComponentManager.generateDsaKeyPair(int bits)
          Generate a new DSA public/private key pair.
abstract  SshKeyPair ComponentManager.generateRsaKeyPair(int bits, int version)
          Generate an RSA public/private pair.
static SshKeyPair SshKeyPair.getKeyPair(SshPrivateKey prv, SshPublicKey pub)
          Wraps a public/private key pair into an SshKeyPair instance.
 

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

Methods in com.maverick.ssh.components.jce that return SshKeyPair
 SshKeyPair JCEComponentManager.generateDsaKeyPair(int bits)
           
 SshKeyPair JCEComponentManager.generateRsaKeyPair(int bits, int version)
           
 

Uses of SshKeyPair in com.maverick.ssh.components.publickey
 

Methods in com.maverick.ssh.components.publickey that return SshKeyPair
static SshKeyPair SshKeyPairGenerator.generateKeyPair(java.lang.String algorithm, int bits)
          Generates a new key pair.
 SshKeyPair SshPrivateKeyFile.toKeyPair(java.lang.String passphrase)
          Decode the private key using the users passphrase.
 

Methods in com.maverick.ssh.components.publickey with parameters of type SshKeyPair
static SshPrivateKeyFile SshPrivateKeyFileFactory.create(SshKeyPair pair, java.lang.String passphrase, java.lang.String comment, int format)
           
static void SshPrivateKeyFileFactory.createFile(SshKeyPair key, java.lang.String passphrase, java.lang.String comment, int format, java.io.File toFile)
          Take a SshPrivateKey and write it to a file.
 



Copyright © 2012. All Rights Reserved.