com.jcraft.jsch
Class KeyPairDSA

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

public class KeyPairDSA
extends KeyPair


Field Summary
 
Fields inherited from class com.jcraft.jsch.KeyPair
DSA, ERROR, RSA, UNKNOWN
 
Constructor Summary
KeyPairDSA(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

KeyPairDSA

public KeyPairDSA(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