nbi.xmlsec
Class PEPClientKeySelectorResult
java.lang.Object
nbi.xmlsec.PEPClientKeySelectorResult
- All Implemented Interfaces:
- KeySelectorResult
- public class PEPClientKeySelectorResult
- extends Object
- implements KeySelectorResult
Implements the KeySelectorResult
interface for the
method
PEPClientKeySelector.select(KeyInfo, Purpose, AlgorithmMethod, XMLCryptoContext)
.
- Since:
- Version:
- $Revision: 1.3 $
- Author:
- Lutz Suhrbier
Field Summary |
(package private) Key |
key
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
Key key
PEPClientKeySelectorResult
public PEPClientKeySelectorResult(Key key)
- Inits the KeySelectorResult.
- Parameters:
key
- (Public)Key to be returned by getKey()
getKey
public Key getKey()
- Specified by:
getKey
in interface KeySelectorResult
- Returns:
- The Public Key internally stored.
- See Also:
KeySelectorResult.getKey()
Copyright © 2006 Lutz Suhrbier, Freie Universität Berlin. All Rights Reserved.