GNU Classpath (0.20) | |
Frames | No Frames |
Methods with return type java.security.spec.RSAOtherPrimeInfo | |
RSAOtherPrimeInfo[] | Returns the otherPrimeInfo or null if there are only two
prime factors (p and q).
|
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).
|
GNU Classpath (0.20) |