Uses of Class
com.sshtools.publickey.SshKeyPair

Packages that use SshKeyPair
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 SshKeyPair in com.sshtools.publickey
 

Methods in com.sshtools.publickey that return SshKeyPair
static SshKeyPair SshKeyPair.getKeyPair(SshPrivateKey prv, SshPublicKey pub)
          Wraps a public/private key pair into an SshKeyPair instance.
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.sshtools.publickey with parameters of type SshKeyPair
static SshPrivateKeyFile SshPrivateKeyFileFactory.create(SshKeyPair pair, java.lang.String passphrase, java.lang.String comment, int format)
           
 



Copyright © 2003 3SP LTD. All Rights Reserved.