< prev index next >

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

Print this page

        

*** 44,54 **** * - AES/CBC/NOPADDING * - AES/CTR/NOPADDING * - AES/CFB128/NOPADDING * (Support for GCM mode is inside the child class NativeGCMCipher) * ! * @since 1.9 */ class NativeCipher extends CipherSpi { // public implementation classes public static final class AesEcbNoPadding extends NativeCipher { --- 44,54 ---- * - AES/CBC/NOPADDING * - AES/CTR/NOPADDING * - AES/CFB128/NOPADDING * (Support for GCM mode is inside the child class NativeGCMCipher) * ! * @since 9 */ class NativeCipher extends CipherSpi { // public implementation classes public static final class AesEcbNoPadding extends NativeCipher {
< prev index next >