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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java150 private final String fAlgorithm; field in class:CryptoManagerTestCase.CipherParameters
159 fAlgorithm = algorithm;
167 if (null == fAlgorithm) return null; // default
169 ? fAlgorithm
170 : (new StringBuilder(fAlgorithm)).append("/").append(fMode)
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java149 private final String fAlgorithm; field in class:CryptoManagerTestCase.CipherParameters
158 fAlgorithm = algorithm;
166 if (null == fAlgorithm) return null; // default
168 ? fAlgorithm
169 : (new StringBuilder(fAlgorithm)).append("/").append(fMode)
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java150 private final String fAlgorithm; field in class:CryptoManagerTestCase.CipherParameters
159 fAlgorithm = algorithm;
167 if (null == fAlgorithm) return null; // default
169 ? fAlgorithm
170 : (new StringBuilder(fAlgorithm)).append("/").append(fMode)
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java149 private final String fAlgorithm; field in class:CryptoManagerTestCase.CipherParameters
158 fAlgorithm = algorithm;
166 if (null == fAlgorithm) return null; // default
168 ? fAlgorithm
169 : (new StringBuilder(fAlgorithm)).append("/").append(fMode)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java150 private final String fAlgorithm; field in class:CryptoManagerTestCase.CipherParameters
159 fAlgorithm = algorithm;
167 if (null == fAlgorithm) return null; // default
169 ? fAlgorithm
170 : (new StringBuilder(fAlgorithm)).append("/").append(fMode)
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/crypto/
H A DCryptoManagerTestCase.java151 private final String fAlgorithm; field in class:CryptoManagerTestCase.CipherParameters
158 fAlgorithm = algorithm;
165 if (null != fAlgorithm)
168 ? fAlgorithm + "/" + fMode + "/" + fPadding
169 : fAlgorithm;

Completed in 33 milliseconds