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

/openjdk7/jdk/test/com/sun/security/sasl/digest/
H A DCheckNegotiatedQOPs.java51 private final String supportedQOPs; field in class:CheckNegotiatedQOPs
84 String supportedQOPs) throws SaslException {
88 this.supportedQOPs = supportedQOPs;
90 this.server = new SampleServer(supportedQOPs);
97 System.err.println ("server supported QOPs=" + supportedQOPs);
207 public SampleServer(String supportedQOPs) throws SaslException { argument
211 if (supportedQOPs != null) {
212 properties.put(Sasl.QOP, supportedQOPs);
83 CheckNegotiatedQOPs(int caseNumber, String requestedQOPs, String supportedQOPs) argument

Completed in 82 milliseconds