< prev index next >

test/javax/crypto/CipherSpi/DirectBBRemaining.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /** * @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 >