Searched refs:ciphertext (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherTest.java1947 public final byte[] ciphertext; field in class:CipherTest.CipherTestParam
1952 byte[] plaintextPadded, byte[] ciphertext) {
1958 this.ciphertext = ciphertext;
2012 assertTrue(Arrays.equals(p.ciphertext, actualCiphertext));
2016 final byte[] actualPlaintext = c.doFinal(p.ciphertext);
2022 final byte[] actualPlaintextPadded = cNoPad.doFinal(p.ciphertext);
1951 CipherTestParam(String mode, byte[] key, byte[] iv, byte[] plaintext, byte[] plaintextPadded, byte[] ciphertext) argument

Completed in 27 milliseconds