public interface SshRsaPrivateCrtKey extends SshRsaPrivateKey
Modifier and Type | Method and Description |
---|---|
BigInteger |
doPrivate(BigInteger input) |
BigInteger |
getCrtCoefficient() |
PrivateKey |
getJCEPrivateKey() |
BigInteger |
getPrimeExponentP() |
BigInteger |
getPrimeExponentQ() |
BigInteger |
getPrimeP() |
BigInteger |
getPrimeQ() |
BigInteger |
getPublicExponent() |
getModulus, getPrivateExponent, sign
getAlgorithm, sign
BigInteger getPublicExponent()
BigInteger getPrimeP()
BigInteger getPrimeQ()
BigInteger getPrimeExponentP()
BigInteger getPrimeExponentQ()
BigInteger getCrtCoefficient()
BigInteger doPrivate(BigInteger input) throws SshException
SshException
PrivateKey getJCEPrivateKey()
getJCEPrivateKey
in interface SshPrivateKey
Copyright © 2024. All rights reserved.