You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2011/08/15 14:45:27 UTC

[jira] [Resolved] (WSS-306) It would be nice to have WSSecEncryptedKey generate secret keys by means of KeyGenerator

     [ https://issues.apache.org/jira/browse/WSS-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh resolved WSS-306.
-------------------------------------

    Resolution: Fixed


I took a different approach to the supplied patch. I added in the change to use nanoTime in WSSecurityUtil though.

Colm.

> It would be nice to have WSSecEncryptedKey generate secret keys by means of KeyGenerator
> ----------------------------------------------------------------------------------------
>
>                 Key: WSS-306
>                 URL: https://issues.apache.org/jira/browse/WSS-306
>             Project: WSS4J
>          Issue Type: Bug
>          Components: WSS4J Core
>    Affects Versions: 1.6.1
>            Reporter: Sergey Zhemzhitsky
>            Assignee: Colm O hEigeartaigh
>             Fix For: 1.6.3
>
>         Attachments: WSS-306.patch
>
>
> WSS4J generates secret key itself instead of using http://download.oracle.com/javase/6/docs/api/javax/crypto/KeyGenerator.html#generateKey%28%29
>     protected byte[] generateEphemeralKey() throws WSSecurityException {
>         try {
>             return WSSecurityUtil.generateNonce(this.keySize / 8);
>         } catch (Exception e) {
>             throw new WSSecurityException("Error in creating the ephemeral key", e);
>         }
>     }

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org