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

/openjdk7/jdk/test/com/sun/security/sasl/digest/
H A DCheckNegotiatedQOPs.java46 public final class CheckNegotiatedQOPs { class
57 new CheckNegotiatedQOPs(1, "auth", "auth-conf,auth-int,auth")
59 new CheckNegotiatedQOPs(2, "auth-int", "auth-conf,auth-int,auth")
61 new CheckNegotiatedQOPs(3, "auth-conf", "auth-conf,auth-int,auth")
63 new CheckNegotiatedQOPs(4, "auth", "auth-int,auth")
65 new CheckNegotiatedQOPs(5, "auth-int", "auth-int,auth")
67 new CheckNegotiatedQOPs(6, "auth-conf", "auth-int,auth")
69 new CheckNegotiatedQOPs(7, "auth", "auth")
71 new CheckNegotiatedQOPs(8, "auth-int", "auth")
73 new CheckNegotiatedQOPs(
83 private CheckNegotiatedQOPs(int caseNumber, String requestedQOPs, method in class:CheckNegotiatedQOPs
[all...]

Completed in 28 milliseconds