Uses of Class java.security.spec.RSAOtherPrimeInfo

Uses in package java.security.interfaces

Methods with return type java.security.spec.RSAOtherPrimeInfo

RSAOtherPrimeInfo[]
Returns the otherPrimeInfo or null if there are only two prime factors (p and q).

Uses in package java.security.spec

Constructors with parameter type java.security.spec.RSAOtherPrimeInfo

RSAMultiPrimePrivateCrtKeySpec.RSAMultiPrimePrivateCrtKeySpec(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger primeP, BigInteger primeQ, BigInteger primeExponentP, BigInteger primeExponentQ, BigInteger crtCoefficient, RSAOtherPrimeInfo[] otherPrimeInfo)
Creates a new RSAMultiPrimePrivateCrtKeySpec given the modulus, publicExponent, privateExponent, primeP, primeQ, primeExponentP, primeExponentQ, crtCoefficient, and otherPrimeInfo as defined in PKCS#1 v2.1.

Note that otherPrimeInfo is cloned when constructing this object.

Methods with return type java.security.spec.RSAOtherPrimeInfo

RSAOtherPrimeInfo[]
Returns a copy of the otherPrimeInfo or null if there are only two prime factors (p and q).