API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.spec. RSAOtherPrimeInfo View Source
Author(s)
Valerie Peng
Since
1.4
Version
1.7 05/11/17
Serial
Hierarchy
 Object
      RSAOtherPrimeInfo
Implements
Subclasses
Description
public class RSAOtherPrimeInfo
  This class represents the triplet (prime, exponent, and coefficient) inside RSA's OtherPrimeInfo structure, as defined in the PKCS#1 v2.1.
Constructors
public RSAOtherPrimeInfo (BigInteger prime, BigInteger primeExponent, BigInteger crtCoefficient)
  Creates a new RSAOtherPrimeInfo given the prime, primeExponent, and crtCoefficient as defined in PKCS#1.
Methods
Hide/Show inherited methods
publicfinal BigInteger getCrtCoefficient ()
  Returns the prime's crtCoefficient.
publicfinal BigInteger getExponent ()
  Returns the prime's exponent.
publicfinal BigInteger getPrime ()
  Returns the prime.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar