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

/openjdk9/jdk/test/com/sun/crypto/provider/CICO/PBEFunc/
H A DCICO_PBE_Test.java51 private final Cipher encryptCipher, decryptCipher; field in class:CICO_PBE_Test
68 encryptCipher = pbeWrap.initCipher(Cipher.ENCRYPT_MODE);
72 encryptCipher);
89 return encryptCipher;
/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/AEAD/
H A DWrongAAD.java55 private final Cipher encryptCipher; field in class:WrongAAD
70 encryptCipher = createCipher(Cipher.ENCRYPT_MODE, null);
71 encryptCipher.updateAAD(AAD);
88 encryptCipher.getParameters());
111 encryptCipher.getParameters());
134 encryptCipher)) {
H A DReadWriteSkip.java64 Cipher encryptCipher; field in class:ReadWriteSkip
117 encryptCipher = createCipher(Cipher.ENCRYPT_MODE);
122 encryptCipher);
134 if (encryptCipher != null) {
136 encryptCipher.getParameters());

Completed in 94 milliseconds