GNU Classpath (0.95) | |
Frames | No Frames |
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.
|
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).
|
GNU Classpath (0.95) |