API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto. KeySelector View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 Object
      KeySelector
Implements
Subclasses
Description
publicabstract abstract class KeySelector
  A selector that finds and returns a key using the data contained in a KeyInfo object.
See also:   
Constructors
protected KeySelector ()
Default no-args constructor; intended for invocation by subclasses only.
Methods
Hide/Show inherited methods
publicabstract KeySelectorResult select (KeyInfo keyInfo, Purpose purpose, AlgorithmMethod method, XMLCryptoContext context) throws KeySelectorException
  Attempts to find a key that satisfies the specified constraints.
publicstatic KeySelector singletonKeySelector (Key key)
  Returns a KeySelector that always selects the specified key, regardless of the KeyInfo passed to it.
Fields
Hide/Show inherited fields
Nested Classes
  KeySelector.Purpose
The purpose of the key that is to be selected.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar