Package org.apache.wss4j.policy.builders
Class ContentEncryptedElementsBuilder
- java.lang.Object
-
- org.apache.wss4j.policy.builders.SignedElementsBuilder
-
- org.apache.wss4j.policy.builders.EncryptedElementsBuilder
-
- org.apache.wss4j.policy.builders.ContentEncryptedElementsBuilder
-
- All Implemented Interfaces:
org.apache.neethi.builders.AssertionBuilder<Element>
public class ContentEncryptedElementsBuilder extends EncryptedElementsBuilder
-
-
Constructor Summary
Constructors Constructor Description ContentEncryptedElementsBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.neethi.Assertionbuild(Element element, org.apache.neethi.AssertionBuilderFactory factory)QName[]getKnownElements()-
Methods inherited from class org.apache.wss4j.policy.builders.SignedElementsBuilder
addDeclaredNamespaces, getXPath2Expressions, getXPathExpressions, getXPathVersion
-
-
-
-
Method Detail
-
build
public org.apache.neethi.Assertion build(Element element, org.apache.neethi.AssertionBuilderFactory factory) throws IllegalArgumentException
- Specified by:
buildin interfaceorg.apache.neethi.builders.AssertionBuilder<Element>- Overrides:
buildin classEncryptedElementsBuilder- Throws:
IllegalArgumentException
-
getKnownElements
public QName[] getKnownElements()
- Specified by:
getKnownElementsin interfaceorg.apache.neethi.builders.AssertionBuilder<Element>- Overrides:
getKnownElementsin classEncryptedElementsBuilder
-
-