removed the keyName field

Closes #40067

Signed-off-by: Anchels <mishtitov@gmail.com>
This commit is contained in:
Anchels 2025-08-14 18:15:11 +03:00 committed by GitHub
parent 90d241087d
commit 0c33217729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,8 +135,6 @@ public class XMLSignatureUtil {
private boolean keyLocated = false;
private String keyName = null;
public KeySelectorUtilizingKeyNameHint(KeyLocator locator) {
this.locator = locator;
}
@ -527,7 +525,7 @@ public class XMLSignatureUtil {
return false;
}
} catch (XMLSignatureException ex) { // pass through MarshalException
logger.debug("Verification failed for key " + sel.keyName + ": " + ex);
logger.debug("Verification failed: " + ex);
logger.trace(ex);
}