< prev index next >

test/javax/crypto/Cipher/ByteBuffers.java

Print this page

        

@@ -24,10 +24,11 @@
 /**
  * @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 >