< prev index next >

test/javax/crypto/Cipher/ByteBuffers.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /** * @test * @bug 4844847 * @summary Test the Cipher.update/doFinal(ByteBuffer, ByteBuffer) methods * @author Andreas Sterbenz + * @key randomness */ import java.util.*; import java.nio.*;
< prev index next >