public class KeyPairPKCS8 extends KeyPair
构造器和说明 |
---|
KeyPairPKCS8(JSch jsch) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
decrypt(byte[] _passphrase) |
byte[] |
forSSHAgent() |
int |
getKeySize() |
int |
getKeyType() |
byte[] |
getPublicKeyBlob()
Returns the blob of the public key.
|
byte[] |
getSignature(byte[] data) |
Signature |
getVerifier() |
decrypt, dispose, finalize, genKeyPair, genKeyPair, getFingerPrint, getPublicKeyComment, isEncrypted, load, load, load, setPassphrase, setPassphrase, setPublicKeyComment, writePrivateKey, writePrivateKey, writePrivateKey, writePrivateKey, writePublicKey, writePublicKey, writeSECSHPublicKey, writeSECSHPublicKey
public KeyPairPKCS8(JSch jsch)
public byte[] getPublicKeyBlob()
KeyPair
getPublicKeyBlob
在类中 KeyPair
public int getKeyType()
getKeyType
在类中 KeyPair
public int getKeySize()
public byte[] getSignature(byte[] data)
getSignature
在类中 KeyPair
public Signature getVerifier()
getVerifier
在类中 KeyPair
public byte[] forSSHAgent() throws JSchException
forSSHAgent
在类中 KeyPair
JSchException