Searched defs:mechanisms (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/security/sasl/
H A DSaslClientFactory.java55 * @param mechanisms The non-null list of mechanism names to try. Each is the
75 * mechanisms to get further information from the application/library
91 String[] mechanisms,
99 * Returns an array of names of mechanisms that match the specified
102 * security policy of the SASL mechanisms. For example, if <tt>props</tt>
104 * <tt>"true"</tt>, then the factory must not return any SASL mechanisms
90 createSaslClient( String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
H A DSasl.java48 * SaslClient sc = Sasl.createSaslClient(mechanisms,
100 * Extension (JCE) with JCE-aware mechanisms to control the selection of
170 * whether mechanisms susceptible to simple plain passive attacks (e.g.,
172 * contains <tt>"true"</tt> if such mechanisms are not permitted;
173 * <tt>"false"</tt> if such mechanisms are permitted.
183 * mechanisms susceptible to active (non-dictionary) attacks
186 * if mechanisms susceptible to active attacks
187 * are not permitted; <tt>"false"</tt> if such mechanisms are permitted.
197 * mechanisms susceptible to passive dictionary attacks are not permitted.
199 * if mechanisms susceptibl
341 createSaslClient( String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java414 final int[] mechanisms; field in class:SunPKCS11.Descriptor
417 String[] aliases, int[] mechanisms) {
422 this.mechanisms = mechanisms;
465 for (int i = 0; i < d.mechanisms.length; i++) {
466 int m = d.mechanisms[i];
567 // register (Secret)KeyFactories if there are any mechanisms
856 for (int j = 0; j < d.mechanisms.length; j++) {
857 int nextMech = d.mechanisms[j];
416 Descriptor(String type, String algorithm, String className, String[] aliases, int[] mechanisms) argument

Completed in 1017 milliseconds