org.gridkit.internal.com.jcraft.jsch
Class KeyPairRSA

java.lang.Object
  extended by org.gridkit.internal.com.jcraft.jsch.KeyPair
      extended by org.gridkit.internal.com.jcraft.jsch.KeyPairRSA

public class KeyPairRSA
extends KeyPair


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


Copyright © 2017. All Rights Reserved.