nbi.xmlsec
Class PEPClientKeySelectorResult

java.lang.Object
  extended bynbi.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
           
 
Constructor Summary
PEPClientKeySelectorResult(Key key)
          Inits the KeySelectorResult.
 
Method Summary
 Key getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

Key key
Constructor Detail

PEPClientKeySelectorResult

public PEPClientKeySelectorResult(Key key)
Inits the KeySelectorResult.

Parameters:
key - (Public)Key to be returned by getKey()
Method Detail

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.