Uses of Class java.security.spec.RSAOtherPrimeInfo

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)
Constructs a new instance of RSAMultiPrimePrivateCrtKeySpec given the various PKCS#1 v2.1 parameters.

Methods with return type java.security.spec.RSAOtherPrimeInfo

RSAOtherPrimeInfo[]
Returns a clone of otherPrimeInfo or null if it was null at construction time.

Uses in package java.security.interfaces

Methods with return type java.security.spec.RSAOtherPrimeInfo

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