Forum Discussion

soapuidev2013's avatar
13 years ago

WS-Security Key Identifier Type

Hi,
I have a very small request for WS-Security.
Could you please enable WSS Security KeyIdentifier http://docs.oasis-open.org/wss/oasis-ws ... bprintSHA1?
UI Section: "Show Project View" -> "WS-Security Configurations" Tab -> "Outgoing WS-Security Configuations" Tab -> WSS Entry "Signature" -> "Key Identifier Type" combo.
All tests passed after applying the patch (see below).

Thank you,
Regards
Paolo



Index: src/java/com/eviware/soapui/impl/wsdl/support/wss/entries/SignatureEntry.java
===================================================================
--- src/java/com/eviware/soapui/impl/wsdl/support/wss/entries/SignatureEntry.java (revision 8340)
+++ src/java/com/eviware/soapui/impl/wsdl/support/wss/entries/SignatureEntry.java (working copy)
@@ -89,7 +89,7 @@


form.appendPasswordField( "password", "Password", "The certificate password" );



- form.appendComboBox( "keyIdentifierType", "Key Identifier Type", new Integer[] { 0, 1, 3, 4 },

+ form.appendComboBox( "keyIdentifierType", "Key Identifier Type", new Integer[] { 0, 1, 3, 4, 8 },

"Sets which key identifier to use" ).setRenderer( new KeyIdentifierTypeRenderer() );

form.appendComboBox( "signatureAlgorithm", "Signature Algorithm", new String[] { DEFAULT_OPTION, WSConstants.RSA,

WSConstants.DSA, XMLSignature.ALGO_ID_MAC_HMAC_SHA1, XMLSignature.ALGO_ID_MAC_HMAC_SHA256,


No RepliesBe the first to reply