File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
security/src/main/java/org/springframework/ws/soap/security/wss4j Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2005-2011 the original author or authors.
2+ * Copyright 2005-2012 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -279,6 +279,13 @@ public void setSecurementSignatureAlgorithm(String securementSignatureAlgorithm)
279279 handler .setOption (WSHandlerConstants .SIG_ALGO , securementSignatureAlgorithm );
280280 }
281281
282+ /**
283+ * Defines which signature digest algorithm to use.
284+ */
285+ public void setSecurementSignatureDigestAlgorithm (String digestAlgorithm ) {
286+ handler .setOption (WSHandlerConstants .SIG_DIGEST_ALGO , digestAlgorithm );
287+ }
288+
282289 public void setSecurementSignatureCrypto (Crypto securementSignatureCrypto ) {
283290 handler .setSecurementSignatureCrypto (securementSignatureCrypto );
284291 }
You can’t perform that action at this time.
0 commit comments