public class KeyPairECDSA extends KeyPair
| Constructor | Description |
|---|---|
KeyPairECDSA(JSch jsch) |
|
KeyPairECDSA(JSch jsch,
byte[] name,
byte[] r_array,
byte[] s_array,
byte[] prv_array) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
dispose() |
|
byte[] |
forSSHAgent() |
|
int |
getKeySize() |
|
int |
getKeyType() |
|
byte[] |
getPublicKeyBlob() |
Returns the blob of the public key.
|
byte[] |
getSignature(byte[] data) |
|
Signature |
getVerifier() |
decrypt, decrypt, finalize, genKeyPair, genKeyPair, getFingerPrint, getPublicKeyComment, isEncrypted, load, load, load, setPassphrase, setPassphrase, setPublicKeyComment, writePrivateKey, writePrivateKey, writePrivateKey, writePrivateKey, writePublicKey, writePublicKey, writeSECSHPublicKey, writeSECSHPublicKeypublic KeyPairECDSA(JSch jsch)
public KeyPairECDSA(JSch jsch, byte[] name, byte[] r_array, byte[] s_array, byte[] prv_array)
public byte[] getPublicKeyBlob()
KeyPairgetPublicKeyBlob in class KeyPairpublic int getKeyType()
getKeyType in class KeyPairpublic int getKeySize()
public byte[] getSignature(byte[] data)
getSignature in class KeyPairpublic Signature getVerifier()
getVerifier in class KeyPairpublic byte[] forSSHAgent()
throws JSchException
forSSHAgent in class KeyPairJSchException