src/share/classes/java/security/spec/RSAPrivateCrtKeySpec.java

Print this page

        

*** 53,63 **** private final BigInteger crtCoefficient; /** ! * Creates a new <code>RSAPrivateCrtKeySpec</code> * given the modulus, publicExponent, privateExponent, * primeP, primeQ, primeExponentP, primeExponentQ, and * crtCoefficient as defined in PKCS#1. * * @param modulus the modulus n --- 53,63 ---- private final BigInteger crtCoefficient; /** ! * Creates a new {@code RSAPrivateCrtKeySpec} * given the modulus, publicExponent, privateExponent, * primeP, primeQ, primeExponentP, primeExponentQ, and * crtCoefficient as defined in PKCS#1. * * @param modulus the modulus n