Searched defs:integrity (Results 1 - 16 of 16) 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.
138 private static final String integrity = "auth-int"; 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
519 if (qop.equalsIgnoreCase(integrity))
547 * supporting confidentiality or integrity, the security provider will need to
549 * ready to process confidentiality or integrity message
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSASLContext.java135 // Used to check if negotiated QOP is confidentiality or integrity.
137 private static final String integrity = "auth-int"; 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
518 if (integrity.equalsIgnoreCase(qop))
549 * supporting confidentiality or integrity, the security provider will need to
551 * ready to process confidentiality or integrity message
[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
166 private static String integrity = "auth-int"; field in class:SASLOverTLSTestCase
213 * Test DIGEST-MD5 integrity over TLS.
223 "--set", "quality-of-protection:" + "integrity");
224 sslTest(size, integrity);
/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
165 private static String integrity = "auth-int"; field in class:SASLOverTLSTestCase
212 * Test DIGEST-MD5 integrity over TLS.
222 "--set", "quality-of-protection:" + "integrity");
223 sslTest(size, integrity);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSASLContext.java136 // Used to check if negotiated QOP is confidentiality or integrity.
138 private static final String integrity = "auth-int"; 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
519 if (qop.equalsIgnoreCase(integrity))
547 * supporting confidentiality or integrity, the security provider will need to
549 * ready to process confidentiality or integrity message
[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
166 private static String integrity = "auth-int"; field in class:SASLOverTLSTestCase
213 * Test DIGEST-MD5 integrity over TLS.
223 "--set", "quality-of-protection:" + "integrity");
224 sslTest(size, integrity);
/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
165 private static String integrity = "auth-int"; field in class:SASLOverTLSTestCase
212 * Test DIGEST-MD5 integrity over TLS.
222 "--set", "quality-of-protection:" + "integrity");
223 sslTest(size, integrity);
/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
166 private static String integrity = "auth-int"; field in class:SASLOverTLSTestCase
213 * Test DIGEST-MD5 integrity over TLS.
223 "--set", "quality-of-protection:" + "integrity");
224 sslTest(size, integrity);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSASLContext.java136 // Used to check if negotiated QOP is confidentiality or integrity.
138 private static final String integrity = "auth-int"; 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
519 if (qop.equalsIgnoreCase(integrity))
547 * supporting confidentiality or integrity, the security provider will need to
549 * ready to process confidentiality or integrity message
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSASLContext.java135 // Used to check if negotiated QOP is confidentiality or integrity.
137 private static final String integrity = "auth-int"; 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
518 if (integrity.equalsIgnoreCase(qop))
549 * supporting confidentiality or integrity, the security provider will need to
551 * ready to process confidentiality or integrity message
[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. */
132 private static final String integrity = "auth-int"; 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
491 if (integrity.equalsIgnoreCase(qop))
522 * supporting confidentiality or integrity, the security provider will need to
524 * ready to process confidentiality or integrity message
[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
164 private static String integrity = "auth-int"; field in class:SASLOverTLSTestCase
211 * Test DIGEST-MD5 integrity over TLS.
221 "--set", "quality-of-protection:" + "integrity");
222 sslTest(size, integrity);
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 58 milliseconds