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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java166 public String getTransformation() { method in class:CryptoManagerTestCase.CipherParameters
230 final byte[] cipherText = (null == cp.getTransformation())
232 : cm.encrypt(cp.getTransformation(), cp.getKeyLength(),
260 os = (null == cp.getTransformation())
262 : cm.getCipherOutputStream(cp.getTransformation(), cp.getKeyLength(), os);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java165 public String getTransformation() { method in class:CryptoManagerTestCase.CipherParameters
229 final byte[] cipherText = (null == cp.getTransformation())
231 : cm.encrypt(cp.getTransformation(), cp.getKeyLength(),
259 os = (null == cp.getTransformation())
261 : cm.getCipherOutputStream(cp.getTransformation(), cp.getKeyLength(), os);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java166 public String getTransformation() { method in class:CryptoManagerTestCase.CipherParameters
230 final byte[] cipherText = (null == cp.getTransformation())
232 : cm.encrypt(cp.getTransformation(), cp.getKeyLength(),
260 os = (null == cp.getTransformation())
262 : cm.getCipherOutputStream(cp.getTransformation(), cp.getKeyLength(), os);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java165 public String getTransformation() { method in class:CryptoManagerTestCase.CipherParameters
229 final byte[] cipherText = (null == cp.getTransformation())
231 : cm.encrypt(cp.getTransformation(), cp.getKeyLength(),
259 os = (null == cp.getTransformation())
261 : cm.getCipherOutputStream(cp.getTransformation(), cp.getKeyLength(), os);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java166 public String getTransformation() { method in class:CryptoManagerTestCase.CipherParameters
230 final byte[] cipherText = (null == cp.getTransformation())
232 : cm.encrypt(cp.getTransformation(), cp.getKeyLength(),
260 os = (null == cp.getTransformation())
262 : cm.getCipherOutputStream(cp.getTransformation(), cp.getKeyLength(), os);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/crypto/
H A DCryptoManagerTestCase.java164 public String getTransformation() { method in class:CryptoManagerTestCase.CipherParameters
218 final byte[] cipherText = (null == cp.getTransformation())
220 : cm.encrypt(cp.getTransformation(), cp.getKeyLength(),
248 os = (null == cp.getTransformation())
250 : cm.getCipherOutputStream(cp.getTransformation(), cp.getKeyLength(), os);
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openidconnect/
H A DOpenIdConnectTokenTest.java190 Cipher.getInstance(encryptionMethod.getTransformation());

Completed in 42 milliseconds