FileDocCategorySizeDatePackage
KeySelectorResult.javaAPI DocJava SE 6 API883Tue Jun 10 00:27:06 BST 2008javax.xml.crypto

KeySelectorResult

public interface KeySelectorResult
The result returned by the {@link KeySelector#select KeySelector.select} method.

At a minimum, a KeySelectorResult contains the Key selected by the KeySelector. Implementations of this interface may add methods to return implementation or algorithm specific information, such as a chain of certificates or debugging information.

author
Sean Mullan
author
JSR 105 Expert Group
since
1.6
see
KeySelector

Fields Summary
Constructors Summary
Methods Summary
public java.security.KeygetKey()
Returns the selected key.

return
the selected key, or null if none can be found