signatureConfirmation11Path.add(WSSConstants.TAG_wsse11_SignatureConfirmation);
elementPaths.add(signatureConfirmation11Path);
this.policyAsserter = policyAsserter;
if (this.policyAsserter == null) {
this.policyAsserter = new DummyPolicyAsserter();
}
if (asserted) {
String namespace = getAssertion().getName().getNamespaceURI();
policyAsserter.assertPolicy(new QName(namespace, SPConstants.ENCRYPT_SIGNATURE));