< prev index next >

test/javax/crypto/CipherSpi/DirectBBRemaining.java

Print this page

        

@@ -24,10 +24,11 @@
 /**
  * @test
  * @bug 7142509
  * @summary Cipher.doFinal(ByteBuffer,ByteBuffer) fails to
  *     process when in.remaining() == 0
+ * @key randomness
  */
 
 import java.nio.ByteBuffer;
 import java.security.SecureRandom;
 import java.util.Arrays;
< prev index next >