public interface SshRsaPrivateCrtKey extends SshRsaPrivateKey
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
doPrivate(java.math.BigInteger input) |
java.math.BigInteger |
getCrtCoefficient() |
java.security.PrivateKey |
getJCEPrivateKey() |
java.math.BigInteger |
getPrimeExponentP() |
java.math.BigInteger |
getPrimeExponentQ() |
java.math.BigInteger |
getPrimeP() |
java.math.BigInteger |
getPrimeQ() |
java.math.BigInteger |
getPublicExponent() |
getModulus, getPrivateExponent, signgetAlgorithm, signjava.math.BigInteger getPublicExponent()
java.math.BigInteger getPrimeP()
java.math.BigInteger getPrimeQ()
java.math.BigInteger getPrimeExponentP()
java.math.BigInteger getPrimeExponentQ()
java.math.BigInteger getCrtCoefficient()
java.math.BigInteger doPrivate(java.math.BigInteger input)
throws SshException
SshExceptionjava.security.PrivateKey getJCEPrivateKey()
getJCEPrivateKey in interface SshPrivateKeyCopyright © 2022. All rights reserved.