Interface SshRsaPrivateCrtKey
- All Superinterfaces:
SshPrivateKey,SshRsaPrivateKey
- All Known Implementing Classes:
Ssh2RsaPrivateCrtKey
This interface should be implemented by all RSA private co-efficient
private key implementations.
- Author:
- Lee David Painter
-
Method Summary
Methods inherited from interface com.sshtools.common.ssh.components.SshPrivateKey
getAlgorithm, signMethods inherited from interface com.sshtools.common.ssh.components.SshRsaPrivateKey
getModulus, getPrivateExponent, sign
-
Method Details
-
getPublicExponent
BigInteger getPublicExponent() -
getPrimeP
BigInteger getPrimeP() -
getPrimeQ
BigInteger getPrimeQ() -
getPrimeExponentP
BigInteger getPrimeExponentP() -
getPrimeExponentQ
BigInteger getPrimeExponentQ() -
getCrtCoefficient
BigInteger getCrtCoefficient() -
doPrivate
- Throws:
SshException
-
getJCEPrivateKey
PrivateKey getJCEPrivateKey()- Specified by:
getJCEPrivateKeyin interfaceSshPrivateKey
-