< prev index next >

jdk/src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/NativeRSASignature.java

Print this page

        

*** 57,67 **** * . SHA1withRSA * . SHA256withRSA * . SHA384withRSA * . SHA512withRSA * ! * @since 1.9 */ class NativeRSASignature extends SignatureSpi { private static final int PKCS1PADDING_LEN = 11; --- 57,67 ---- * . SHA1withRSA * . SHA256withRSA * . SHA384withRSA * . SHA512withRSA * ! * @since 9 */ class NativeRSASignature extends SignatureSpi { private static final int PKCS1PADDING_LEN = 11;
< prev index next >