KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > spec > RSAOtherPrimeInfo

java.security.spec
Class RSAOtherPrimeInfo

java.lang.Object
  extended by java.security.spec.RSAOtherPrimeInfo
See Also:
Source Code, RSAPrivateCrtKeySpec, RSAMultiPrimePrivateCrtKey

public final BigInteger getCrtCoefficient()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final BigInteger getExponent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final BigInteger getPrime()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RSAOtherPrimeInfo(BigInteger prime,
                         BigInteger primeExponent,
                         BigInteger crtCoefficient)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags