org.apache.ws.security.processor
Class EncryptedDataProcessor
java.lang.Object
org.apache.ws.security.processor.EncryptedDataProcessor
- All Implemented Interfaces:
- Processor
public class EncryptedDataProcessor
- extends Object
- implements Processor
This will process incoming xenc:EncryptedData
elements.
This processor will not be invoked for encrypted content referenced by a
xenc:ReferenceList
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptedDataProcessor
public EncryptedDataProcessor()
handleToken
public List<WSSecurityEngineResult> handleToken(Element elem,
RequestData request,
WSDocInfo wsDocInfo)
throws WSSecurityException
- Specified by:
handleToken
in interface Processor
- Throws:
WSSecurityException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.