java.security.spec
Class RSAOtherPrimeInfo
java.lang.Object
java.security.spec.RSAOtherPrimeInfo
public class RSAOtherPrimeInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAOtherPrimeInfo
public RSAOtherPrimeInfo(BigInteger prime,
BigInteger primeExponent,
BigInteger crtCoefficient)
getCrtCoefficient
public final BigInteger getCrtCoefficient()
getPrime
public final BigInteger getPrime()
getExponent
public final BigInteger getExponent()
Please submit a feedback, bug or feature