< prev index next >

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

Print this page

        

*** 38,48 **** /** * Cipher wrapper class utilizing ucrypto APIs. This class currently supports * - AES/GCM/NoPADDING * ! * @since 1.9 */ class NativeGCMCipher extends NativeCipher { public static final class AesGcmNoPadding extends NativeGCMCipher { public AesGcmNoPadding() throws NoSuchAlgorithmException { --- 38,48 ---- /** * Cipher wrapper class utilizing ucrypto APIs. This class currently supports * - AES/GCM/NoPADDING * ! * @since 9 */ class NativeGCMCipher extends NativeCipher { public static final class AesGcmNoPadding extends NativeGCMCipher { public AesGcmNoPadding() throws NoSuchAlgorithmException {
< prev index next >