You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/Wss4jSecurityInterceptor.java
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -615,6 +615,18 @@ public void setAddInclusivePrefixes(boolean addInclusivePrefixes) {
615
615
this.addInclusivePrefixes = addInclusivePrefixes;
616
616
}
617
617
618
+
/**
619
+
* Set whether to use a single certificate or a whole certificate chain when
620
+
* constructing a {@code BinarySecurityToken} used for direct reference in signature.
621
+
* default is {@code true}, meaning that only a single certificate is used.
622
+
* @param useSingleCertificate whether to use a single certificate
0 commit comments