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

/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DKeySelector.java26 * $Id: KeySelector.java,v 1.6 2005/05/10 15:47:42 mullan Exp $
47 public abstract class KeySelector { class
87 protected KeySelector() {} method in class:KeySelector
110 * communications failure) that prevented the <code>KeySelector</code>
120 * Returns a <code>KeySelector</code> that always selects the specified
127 public static KeySelector singletonKeySelector(Key key) {
131 private static class SingletonKeySelector extends KeySelector {

Completed in 119 milliseconds