public interface SshRsaPrivateCrtKey extends SshRsaPrivateKey
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
doPrivate(BigInteger input) |
BigInteger |
getCrtCoefficient() |
BigInteger |
getPrimeExponentP() |
BigInteger |
getPrimeExponentQ() |
BigInteger |
getPrimeP() |
BigInteger |
getPrimeQ() |
BigInteger |
getPublicExponent() |
getModulus, getPrivateExponent, signgetAlgorithmBigInteger getPublicExponent()
BigInteger getPrimeP()
BigInteger getPrimeQ()
BigInteger getPrimeExponentP()
BigInteger getPrimeExponentQ()
BigInteger getCrtCoefficient()
BigInteger doPrivate(BigInteger input) throws SshException
SshExceptionCopyright © 2014. All rights reserved.