| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeySelector | |
|---|---|
| javax.xml.crypto | Common classes for XML cryptography. | 
| javax.xml.crypto.dom | DOM-specific classes for the javax.xml.cryptopackage. | 
| javax.xml.crypto.dsig.dom | DOM-specific classes for the javax.xml.crypto.dsigpackage. | 
| Uses of KeySelector in javax.xml.crypto | 
|---|
| Methods in javax.xml.crypto that return KeySelector | |
|---|---|
|  KeySelector | XMLCryptoContext.getKeySelector()Returns the key selector for finding a key. | 
| static KeySelector | KeySelector.singletonKeySelector(Key key)Returns a KeySelectorthat always selects the specified
 key, regardless of theKeyInfopassed to it. | 
| Methods in javax.xml.crypto with parameters of type KeySelector | |
|---|---|
|  void | XMLCryptoContext.setKeySelector(KeySelector ks)Sets the key selector for finding a key. | 
| Uses of KeySelector in javax.xml.crypto.dom | 
|---|
| Methods in javax.xml.crypto.dom that return KeySelector | |
|---|---|
|  KeySelector | DOMCryptoContext.getKeySelector() | 
| Methods in javax.xml.crypto.dom with parameters of type KeySelector | |
|---|---|
|  void | DOMCryptoContext.setKeySelector(KeySelector ks) | 
| Uses of KeySelector in javax.xml.crypto.dsig.dom | 
|---|
| Constructors in javax.xml.crypto.dsig.dom with parameters of type KeySelector | |
|---|---|
| DOMSignContext(KeySelector ks,
               Node parent)Creates a DOMSignContextwith the specified key selector
 and parent node. | |
| DOMSignContext(KeySelector ks,
               Node parent,
               Node nextSibling)Creates a DOMSignContextwith the specified key selector,
 parent and next sibling nodes. | |
| DOMValidateContext(KeySelector ks,
                   Node node)Creates a DOMValidateContextcontaining the specified key
 selector and node. | |
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.