net.ssh.jsch
Class KeyPairRSA

java.lang.Object
  extended by net.ssh.jsch.KeyPair
      extended by net.ssh.jsch.KeyPairRSA

public class KeyPairRSA
extends KeyPair


Field Summary
 
Fields inherited from class net.ssh.jsch.KeyPair
DSA, ERROR, RSA, UNKNOWN
 
Constructor Summary
KeyPairRSA(JSch jsch)
           
 
Method Summary
 void dispose()
           
 int getKeySize()
           
 int getKeyType()
           
 byte[] getPublicKeyBlob()
           
 
Methods inherited from class net.ssh.jsch.KeyPair
decrypt, genKeyPair, genKeyPair, getFingerPrint, isEncrypted, load, load, setPassphrase, setPassphrase, writePrivateKey, writePrivateKey, writePublicKey, writePublicKey, writeSECSHPublicKey, writeSECSHPublicKey
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyPairRSA

public KeyPairRSA(JSch jsch)
Method Detail

getPublicKeyBlob

public byte[] getPublicKeyBlob()
Overrides:
getPublicKeyBlob in class KeyPair

getKeyType

public int getKeyType()
Specified by:
getKeyType in class KeyPair

getKeySize

public int getKeySize()

dispose

public void dispose()
Overrides:
dispose in class KeyPair