|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ssh.jsch.KeyPair
net.ssh.jsch.KeyPairDSA
public class KeyPairDSA
Field Summary |
---|
Fields inherited from class net.ssh.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 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 |
---|
public KeyPairDSA(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 |