org.apache.ws.security.processor
Class EncryptedKeyProcessor

java.lang.Object
  extended by org.apache.ws.security.processor.EncryptedKeyProcessor
All Implemented Interfaces:
Processor

public class EncryptedKeyProcessor
extends Object
implements Processor


Constructor Summary
EncryptedKeyProcessor()
           
 
Method Summary
 List<WSSecurityEngineResult> handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo, AlgorithmSuite algorithmSuite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedKeyProcessor

public EncryptedKeyProcessor()
Method Detail

handleToken

public List<WSSecurityEngineResult> handleToken(Element elem,
                                                RequestData data,
                                                WSDocInfo wsDocInfo)
                                         throws WSSecurityException
Specified by:
handleToken in interface Processor
Throws:
WSSecurityException

handleToken

public List<WSSecurityEngineResult> handleToken(Element elem,
                                                RequestData data,
                                                WSDocInfo wsDocInfo,
                                                AlgorithmSuite algorithmSuite)
                                         throws WSSecurityException
Throws:
WSSecurityException


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.