|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jcraft.jsch.KeyPair
com.jcraft.jsch.KeyPairRSA
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 |
public KeyPairRSA(JSch jsch)
Method Detail |
public byte[] getPublicKeyBlob()
getPublicKeyBlob
in class KeyPair
public int getKeyType()
getKeyType
in class KeyPair
public int getKeySize()
public void dispose()
dispose
in class KeyPair
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |