|
||||||||||
| 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.KeyPairDSA
public class KeyPairDSA
| Field Summary |
|---|
| Fields inherited from class com.jcraft.jsch.KeyPair |
|---|
DSA, ERROR, header, jsch, RSA, UNKNOWN, vendor, VENDOR_FSECURE, VENDOR_OPENSSH |
| Constructor Summary | |
|---|---|
KeyPairDSA(JSch jsch)
|
|
| Method Summary | |
|---|---|
void |
dispose()
|
(package private) void |
generate(int key_size)
|
(package private) byte[] |
getBegin()
|
(package private) byte[] |
getEnd()
|
int |
getKeySize()
|
int |
getKeyType()
|
(package private) byte[] |
getKeyTypeName()
|
(package private) byte[] |
getPrivateKey()
|
byte[] |
getPublicKeyBlob()
|
(package private) boolean |
parse(byte[] plain)
|
| Methods inherited from class com.jcraft.jsch.KeyPair |
|---|
countLength, decrypt, genKey, genKeyPair, genKeyPair, getFingerPrint, isEncrypted, load, load, setPassphrase, setPassphrase, writeINTEGER, writeLength, writePrivateKey, writePrivateKey, writePublicKey, writePublicKey, writeSECSHPublicKey, writeSECSHPublicKey, writeSEQUENCE |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyPairDSA(JSch jsch)
| Method Detail |
|---|
void generate(int key_size)
throws JSchException
generate in class KeyPairJSchExceptionbyte[] getBegin()
getBegin in class KeyPairbyte[] getEnd()
getEnd in class KeyPairbyte[] getPrivateKey()
getPrivateKey in class KeyPairboolean parse(byte[] plain)
parse in class KeyPairpublic byte[] getPublicKeyBlob()
getPublicKeyBlob in class KeyPairbyte[] getKeyTypeName()
getKeyTypeName in class KeyPairpublic int getKeyType()
getKeyType in class KeyPairpublic int getKeySize()
getKeySize in class KeyPairpublic void dispose()
dispose in class KeyPair
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||