Skip to content

org.springframework.ws.soap.security.wss4j.callback.KeyStoreCallbackHandler uses tiger specific classes [SWS-307] #463

@gregturn

Description

@gregturn

Tareq Abedrabbo opened SWS-307 and commented

The code of KeyStoreCallbackHandler.handleKeyName is tiger specific because of the use of KeyStore.PasswordProtection, KeyStore.SecretKeyEntry and KeyStore.getEntry(String alias, KeyStore.ProtectionParameter protParam). We should probably use KeyStore.getKey(String alias, char[] password) instead.


Affects: 1.5 RC1

Attachments:

Referenced from: commits f7a6365

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions