public class KeyPairPKCS8 extends KeyPair
| Constructor and Description |
|---|
KeyPairPKCS8(JSch jsch) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
decrypt(byte[] _passphrase) |
byte[] |
forSSHAgent() |
int |
getKeySize() |
int |
getKeyType() |
byte[] |
getPublicKeyBlob()
Returns the blob of the public key.
|
byte[] |
getSignature(byte[] data) |
byte[] |
getSignature(byte[] data,
java.lang.String alg) |
Signature |
getVerifier() |
Signature |
getVerifier(java.lang.String alg) |
decrypt, dispose, finalize, genKeyPair, genKeyPair, getFingerPrint, getPublicKeyComment, isEncrypted, load, load, load, setPassphrase, setPassphrase, setPublicKeyComment, writePrivateKey, writePrivateKey, writePrivateKey, writePrivateKey, writePublicKey, writePublicKey, writeSECSHPublicKey, writeSECSHPublicKeypublic KeyPairPKCS8(JSch jsch)
public byte[] getPublicKeyBlob()
KeyPairgetPublicKeyBlob in class KeyPairpublic int getKeyType()
getKeyType in class KeyPairpublic int getKeySize()
public byte[] getSignature(byte[] data)
getSignature in class KeyPairpublic byte[] getSignature(byte[] data,
java.lang.String alg)
getSignature in class KeyPairpublic Signature getVerifier()
getVerifier in class KeyPairpublic Signature getVerifier(java.lang.String alg)
getVerifier in class KeyPairpublic byte[] forSSHAgent()
throws JSchException
forSSHAgent in class KeyPairJSchExceptionCopyright © 2020 JCraft,Inc.. All Rights Reserved.