< prev index next >

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

Print this page

        

*** 47,57 **** * } * * where <Service> can be "MessageDigest", "Cipher", etc. and <Algorithm> * reprepresents the value that's passed into the various getInstance() calls. * ! * @since 1.9 */ final class Config { // Reader and StringTokenizer used during parsing private Reader reader; --- 47,57 ---- * } * * where <Service> can be "MessageDigest", "Cipher", etc. and <Algorithm> * reprepresents the value that's passed into the various getInstance() calls. * ! * @since 9 */ final class Config { // Reader and StringTokenizer used during parsing private Reader reader;
< prev index next >