Searched defs:supports (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DDistributedPropertySet.java114 if(child.supports(key))
126 if(child.supports(key))
135 public boolean supports(Object key) { method in class:DistributedPropertySet
138 if(child.supports(key))
142 return super.supports(key);
149 if(child.supports(key))
H A DPropertySet.java353 * Checks if this {@link PropertySet} supports a property of the given name.
355 public boolean supports(Object key) { method in class:PropertySet
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DValueEntry.java97 supports. During parsing, the parameter to this method COULD be a
98 ForwardEntry, but when parsing is complete, calling supports will
100 public void addSupport (SymtabEntry supports) argument
102 _supports.addElement (supports);
106 public Vector supports () method in class:ValueEntry
109 } // supports
119 supports vector. The first element of this vector is the name of
120 the first element of the supports vector, etc. */
202 that the value type supports. */
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSignatureAndHashAlgorithm.java217 private static void supports(HashAlgorithm hash, method in class:SignatureAndHashAlgorithm
415 supports(HashAlgorithm.MD5, SignatureAlgorithm.RSA,
417 supports(HashAlgorithm.SHA1, SignatureAlgorithm.DSA,
419 supports(HashAlgorithm.SHA1, SignatureAlgorithm.RSA,
421 supports(HashAlgorithm.SHA1, SignatureAlgorithm.ECDSA,
423 supports(HashAlgorithm.SHA224, SignatureAlgorithm.RSA,
425 supports(HashAlgorithm.SHA224, SignatureAlgorithm.ECDSA,
427 supports(HashAlgorithm.SHA256, SignatureAlgorithm.RSA,
429 supports(HashAlgorithm.SHA256, SignatureAlgorithm.ECDSA,
431 supports(HashAlgorith
[all...]
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java326 // constants indicating whether the provider supports
363 // check whether the given services supports the mode and
378 return supports(s, ATTR_MODE, mode);
381 return supports(s, ATTR_PAD, pad);
384 private static int supports(Service s, String attrName, String value) { method in class:Cipher.Transform
459 * Provider that supports the specified algorithm is returned.
475 * or if no Provider supports a CipherSpi implementation for the
879 ("No installed provider supports this key: "
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java271 public final boolean supports(String feature, String version) method in class:DTMNodeProxy
1595 * object that supports at least one version of the feature.
1649 * object that supports at least one version of the feature.
2138 * <code>Document</code> supports the feature "HTML" , the base URI is
2210 * <br>Beware that when the <code>Document</code> supports the feature

Completed in 46 milliseconds