- 
 public interface KeySelectorResultThe result returned by theKeySelector.selectmethod.At a minimum, a KeySelectorResultcontains theKeyselected by theKeySelector. Implementations of this interface may add methods to return implementation or algorithm specific information, such as a chain of certificates or debugging information.- Since:
- 1.6
- See Also:
- KeySelector
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description KeygetKey()Returns the selected key.
 
- 
- 
- 
Method Detail- 
getKeyKey getKey() Returns the selected key.- Returns:
- the selected key, or nullif none can be found
 
 
- 
 
-