public interface RSAPrivateCrtKey extends RSAPrivateKey
serialVersionUID
Modifier and Type | Method and Description |
---|---|
BigInteger |
getCrtCoefficient() |
BigInteger |
getPrimeExponentP() |
BigInteger |
getPrimeExponentQ() |
BigInteger |
getPrimeP() |
BigInteger |
getPrimeQ() |
BigInteger |
getPublicExponent() |
getPrivateExponent
getAlgorithm, getEncoded, getFormat
getModulus
BigInteger getPublicExponent()
BigInteger getPrimeP()
BigInteger getPrimeQ()
BigInteger getPrimeExponentP()
BigInteger getPrimeExponentQ()
BigInteger getCrtCoefficient()
Copyright © 2006–2013 OSGi Alliance. All rights reserved.