Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
javax.xml.crypto.KeySelector

Packages that use KeySelector
Package Description
javax.xml.crypto Common classes for XML cryptography. 
javax.xml.crypto.dom DOM-specific classes for the javax.xml.crypto package. 
javax.xml.crypto.dsig.dom DOM-specific classes for the javax.xml.crypto.dsig package. 
 

Uses of KeySelector in javax.xml.crypto
 

Methods in javax.xml.crypto that return KeySelector
Modifier and Type Method and Description
 KeySelector XMLCryptoContext.getKeySelector()
          Returns the key selector for finding a key.
static KeySelector KeySelector.singletonKeySelector(Key key)
          Returns a KeySelector that always selects the specified key, regardless of the KeyInfo passed to it.
 

Methods in javax.xml.crypto with parameters of type KeySelector
Modifier and Type Method and Description
 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
Modifier and Type Method and Description
 KeySelector DOMCryptoContext.getKeySelector()
           
 

Methods in javax.xml.crypto.dom with parameters of type KeySelector
Modifier and Type Method and Description
 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
Constructor and Description
DOMSignContext(KeySelector ks, Node parent)
          Creates a DOMSignContext with the specified key selector and parent node.
DOMSignContext(KeySelector ks, Node parent, Node nextSibling)
          Creates a DOMSignContext with the specified key selector, parent and next sibling nodes.
DOMValidateContext(KeySelector ks, Node node)
          Creates a DOMValidateContext containing the specified key selector and node.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.