cc.saml
Class SAMLSignature.SimpleKeySelectorResult

java.lang.Object
  extended by cc.saml.SAMLSignature.SimpleKeySelectorResult
All Implemented Interfaces:
javax.xml.crypto.KeySelectorResult
Enclosing class:
SAMLSignature

private static class SAMLSignature.SimpleKeySelectorResult
extends java.lang.Object
implements javax.xml.crypto.KeySelectorResult

Data structure returned by the key selector to the validation context.


Field Summary
private  java.security.PublicKey pk
           
 
Constructor Summary
SAMLSignature.SimpleKeySelectorResult(java.security.PublicKey pk)
           
 
Method Summary
 java.security.Key getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pk

private java.security.PublicKey pk
Constructor Detail

SAMLSignature.SimpleKeySelectorResult

SAMLSignature.SimpleKeySelectorResult(java.security.PublicKey pk)
Method Detail

getKey

public java.security.Key getKey()
Specified by:
getKey in interface javax.xml.crypto.KeySelectorResult