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