com.jcraft.jsch
Class KeyPairRSA

java.lang.Object
  extended bycom.jcraft.jsch.KeyPair
      extended bycom.jcraft.jsch.KeyPairRSA

public class KeyPairRSA
extends KeyPair


Field Summary
 
Fields inherited from class com.jcraft.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 com.jcraft.jsch.KeyPair
decrypt, genKeyPair, genKeyPair, getFingerPrint, isEncrypted, load, load, setPassphrase, setPassphrase, writePrivateKey, writePrivateKey, writePublicKey, writePublicKey, writeSECSHPublicKey, writeSECSHPublicKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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