com.maverick.ssh.components
Interface SshRsaPrivateCrtKey
- All Superinterfaces:
- SshPrivateKey, SshRsaPrivateKey
- All Known Implementing Classes:
- Ssh2RsaPrivateCrtKey
public interface SshRsaPrivateCrtKey
- extends SshRsaPrivateKey
This interface should be implemented by all RSA private co-efficient
private key implementations.
- Author:
- Lee David Painter
getPublicExponent
BigInteger getPublicExponent()
getPrimeP
BigInteger getPrimeP()
getPrimeQ
BigInteger getPrimeQ()
getPrimeExponentP
BigInteger getPrimeExponentP()
getPrimeExponentQ
BigInteger getPrimeExponentQ()
getCrtCoefficient
BigInteger getCrtCoefficient()
doPrivate
BigInteger doPrivate(BigInteger input)
throws SshException
- Throws:
SshException
Copyright © 2013. All Rights Reserved.