public abstract class Ssh2BaseRsaPrivateKey extends Ssh2BaseJCEPrivateKey implements SshPrivateKey
customProvider, prv
Constructor and Description |
---|
Ssh2BaseRsaPrivateKey(PrivateKey prv) |
Ssh2BaseRsaPrivateKey(PrivateKey prv,
Provider customProvider) |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
doSign(byte[] data,
String signingAlgorithm) |
getJCEPrivateKey, getJCESignature
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAlgorithm, getJCEPrivateKey, sign, sign
public Ssh2BaseRsaPrivateKey(PrivateKey prv)
public Ssh2BaseRsaPrivateKey(PrivateKey prv, Provider customProvider)
protected byte[] doSign(byte[] data, String signingAlgorithm) throws IOException
IOException
Copyright © 2024. All rights reserved.