src/java.base/share/classes/sun/security/rsa/RSAPublicKeyImpl.java
changeset 58519 6e017b301287
parent 57950 4612a3cfb927
child 58679 9c3209ff7550
equal deleted inserted replaced
58518:705c3f88a409 58519:6e017b301287
    60     private BigInteger e;       // public exponent
    60     private BigInteger e;       // public exponent
    61 
    61 
    62     // optional parameters associated with this RSA key
    62     // optional parameters associated with this RSA key
    63     // specified in the encoding of its AlgorithmId
    63     // specified in the encoding of its AlgorithmId
    64     // must be null for "RSA" keys.
    64     // must be null for "RSA" keys.
       
    65     @SuppressWarnings("serial") // Not statically typed as Serializable
    65     private AlgorithmParameterSpec keyParams;
    66     private AlgorithmParameterSpec keyParams;
    66 
    67 
    67     /**
    68     /**
    68      * Generate a new RSAPublicKey from the specified encoding.
    69      * Generate a new RSAPublicKey from the specified encoding.
    69      * Used by SunPKCS11 provider.
    70      * Used by SunPKCS11 provider.