SSHKeyManager

Package: ghidra.framework.remote.security
Type: class

10.2_PUBLIC

modifiedmethod: getSSHPrivateKey
return type: Object → CipherParameters; added throws InvalidKeyException
- static java.lang.Object getSSHPrivateKey(java.io.File sshPrivateKeyFile) throws IOException
+ static org.bouncycastle.crypto.CipherParameters getSSHPrivateKey(java.io.File sshPrivateKeyFile) throws InvalidKeyException, IOException
modifiedmethod: getSSHPrivateKey
return type: Object → CipherParameters; added throws InvalidKeyException
- static java.lang.Object getSSHPrivateKey(java.io.InputStream sshPrivateKeyIn) throws IOException
+ static org.bouncycastle.crypto.CipherParameters getSSHPrivateKey(java.io.InputStream sshPrivateKeyIn) throws InvalidKeyException, IOException
modifiedmethod: getSSHPublicKey
return type: Object → CipherParameters
- static java.lang.Object getSSHPublicKey(java.io.File sshPublicKeyFile) throws IOException
+ static org.bouncycastle.crypto.CipherParameters getSSHPublicKey(java.io.File sshPublicKeyFile) throws IOException

9.0.1_PUBLIC

introducedInitial version