Searched defs:confidentiality (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSASLContext.java136 // Used to check if negotiated QOP is confidentiality or integrity.
137 private static final String confidentiality = "auth-conf"; field in class:SASLContext
284 // If confidentiality/integrity has been negotiated then
286 // connection. If confidentiality/integrity has not been
380 // If confidentiality/integrity has been negotiated, then create a
510 * confidentiality, or, 1 if it is integrity.
512 * @return The SSF of the cipher used during confidentiality or integrity
547 * supporting confidentiality or integrity, the security provider will need to
549 * ready to process confidentiality or integrity messages.
595 * values. Used only when the SASL server has negotiated confidentiality o
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSASLContext.java135 // Used to check if negotiated QOP is confidentiality or integrity.
136 private static final String confidentiality = "auth-conf"; field in class:SASLContext
283 // If confidentiality/integrity has been negotiated then
285 // connection. If confidentiality/integrity has not been
379 // If confidentiality/integrity has been negotiated, then create a
509 * confidentiality, or, 1 if it is integrity.
511 * @return The SSF of the cipher used during confidentiality or integrity
522 else if (confidentiality.equalsIgnoreCase(qop))
549 * supporting confidentiality or integrity, the security provider will need to
551 * ready to process confidentiality o
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java68 * This class tests SASL confidentiality/integrity over TLS (SSL). It
165 private static String confidentiality = "auth-conf"; field in class:SASLOverTLSTestCase
193 "--set", "quality-of-protection:" + "confidentiality",
228 * Test DIGEST-MD5 confidentiality over TLS.
238 "--set", "quality-of-protection:" + "confidentiality");
239 sslTest(size, confidentiality);
283 * This test was originally testing DIGEST-MD5 confidentiality over StartTLS,
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java67 * This class tests SASL confidentiality/integrity over TLS (SSL). It
164 private static String confidentiality = "auth-conf"; field in class:SASLOverTLSTestCase
192 "--set", "quality-of-protection:" + "confidentiality",
227 * Test DIGEST-MD5 confidentiality over TLS.
237 "--set", "quality-of-protection:" + "confidentiality");
238 sslTest(size, confidentiality);
282 * This test was originally testing DIGEST-MD5 confidentiality over StartTLS,
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSASLContext.java136 // Used to check if negotiated QOP is confidentiality or integrity.
137 private static final String confidentiality = "auth-conf"; field in class:SASLContext
284 // If confidentiality/integrity has been negotiated then
286 // connection. If confidentiality/integrity has not been
380 // If confidentiality/integrity has been negotiated, then create a
510 * confidentiality, or, 1 if it is integrity.
512 * @return The SSF of the cipher used during confidentiality or integrity
547 * supporting confidentiality or integrity, the security provider will need to
549 * ready to process confidentiality or integrity messages.
595 * values. Used only when the SASL server has negotiated confidentiality o
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java68 * This class tests SASL confidentiality/integrity over TLS (SSL). It
165 private static String confidentiality = "auth-conf"; field in class:SASLOverTLSTestCase
193 "--set", "quality-of-protection:" + "confidentiality",
228 * Test DIGEST-MD5 confidentiality over TLS.
238 "--set", "quality-of-protection:" + "confidentiality");
239 sslTest(size, confidentiality);
283 * This test was originally testing DIGEST-MD5 confidentiality over StartTLS,
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java67 * This class tests SASL confidentiality/integrity over TLS (SSL). It
164 private static String confidentiality = "auth-conf"; field in class:SASLOverTLSTestCase
192 "--set", "quality-of-protection:" + "confidentiality",
227 * Test DIGEST-MD5 confidentiality over TLS.
237 "--set", "quality-of-protection:" + "confidentiality");
238 sslTest(size, confidentiality);
282 * This test was originally testing DIGEST-MD5 confidentiality over StartTLS,
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java68 * This class tests SASL confidentiality/integrity over TLS (SSL). It
165 private static String confidentiality = "auth-conf"; field in class:SASLOverTLSTestCase
193 "--set", "quality-of-protection:" + "confidentiality",
228 * Test DIGEST-MD5 confidentiality over TLS.
238 "--set", "quality-of-protection:" + "confidentiality");
239 sslTest(size, confidentiality);
283 * This test was originally testing DIGEST-MD5 confidentiality over StartTLS,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSASLContext.java136 // Used to check if negotiated QOP is confidentiality or integrity.
137 private static final String confidentiality = "auth-conf"; field in class:SASLContext
284 // If confidentiality/integrity has been negotiated then
286 // connection. If confidentiality/integrity has not been
380 // If confidentiality/integrity has been negotiated, then create a
510 * confidentiality, or, 1 if it is integrity.
512 * @return The SSF of the cipher used during confidentiality or integrity
547 * supporting confidentiality or integrity, the security provider will need to
549 * ready to process confidentiality or integrity messages.
595 * values. Used only when the SASL server has negotiated confidentiality o
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSASLContext.java135 // Used to check if negotiated QOP is confidentiality or integrity.
136 private static final String confidentiality = "auth-conf"; field in class:SASLContext
283 // If confidentiality/integrity has been negotiated then
285 // connection. If confidentiality/integrity has not been
379 // If confidentiality/integrity has been negotiated, then create a
509 * confidentiality, or, 1 if it is integrity.
511 * @return The SSF of the cipher used during confidentiality or integrity
522 else if (confidentiality.equalsIgnoreCase(qop))
549 * supporting confidentiality or integrity, the security provider will need to
551 * ready to process confidentiality o
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DSASLContext.java130 /** Used to check if negotiated QOP is confidentiality or integrity. */
131 private static final String confidentiality = "auth-conf"; field in class:SASLContext
274 // If confidentiality/integrity has been negotiated then
276 // connection. If confidentiality/integrity has not been
364 // If confidentiality/integrity has been negotiated, then create a
482 * confidentiality, or, 1 if it is integrity.
484 * @return The SSF of the cipher used during confidentiality or integrity
495 else if (confidentiality.equalsIgnoreCase(qop))
522 * supporting confidentiality or integrity, the security provider will need to
524 * ready to process confidentiality o
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java66 * This class tests SASL confidentiality/integrity over TLS (SSL). It
163 private static String confidentiality = "auth-conf"; field in class:SASLOverTLSTestCase
191 "--set", "quality-of-protection:" + "confidentiality",
226 * Test DIGEST-MD5 confidentiality over TLS.
236 "--set", "quality-of-protection:" + "confidentiality");
237 sslTest(size, confidentiality);
283 * This test was originally testing DIGEST-MD5 confidentiality over StartTLS,

Completed in 92 milliseconds