< prev index next >

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

Print this page

        

*** 42,52 **** /** * Ucrypto-private KeyFactory class for generating native keys * needed for using ucrypto APIs. * ! * @since 1.9 */ public final class NativeRSAKeyFactory extends KeyFactorySpi { @Override protected PrivateKey engineGeneratePrivate(KeySpec keySpec) --- 42,52 ---- /** * Ucrypto-private KeyFactory class for generating native keys * needed for using ucrypto APIs. * ! * @since 9 */ public final class NativeRSAKeyFactory extends KeyFactorySpi { @Override protected PrivateKey engineGeneratePrivate(KeySpec keySpec)
< prev index next >