Class RSAOtherPrimeInfo

java.lang.Object
java.security.spec.RSAOtherPrimeInfo

public class RSAOtherPrimeInfo
extends Object
The additional prime information specified as triplet of primes, a prime exponent, and a Chinese Remainder Theorem (CRT) coefficient.

Defined in the PKCS #1 v2.1 standard.

  • Constructor Details

    • RSAOtherPrimeInfo

      public RSAOtherPrimeInfo​(BigInteger prime, BigInteger primeExponent, BigInteger crtCoefficient)
      Creates a new RSAOtherPrimeInfo with the specified prime, exponent, and CRT coefficient.
      Parameters:
      prime - the prime factor.
      primeExponent - the prime exponent.
      crtCoefficient - the CRT coefficient.
  • Method Details