[
https://issues.apache.org/jira/browse/GERONIMO-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jencks closed GERONIMO-2301.
----------------------------------
Resolution: Fixed
Fix Version/s: 2.1
Assignee: David Jencks
I don't know when they were added but these methods (with appropriate password
arguments) are in the current KeystoreInstance interface.
> Missing features in Keystore interface
> --------------------------------------
>
> Key: GERONIMO-2301
> URL: https://issues.apache.org/jira/browse/GERONIMO-2301
> Project: Geronimo
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: security
> Affects Versions: 1.1
> Reporter: Guillaume Nodet
> Assignee: David Jencks
> Fix For: 2.1
>
>
> To provide ws-security for outbound messages while leveraging Geronimo
> keystores, a few methods are missing on the KeystoreInstance interface:
>
> String getCertificateAlias(Certificate cert);
> Certificate[] getCertificateChain(String alias);
> PrivateKey getPrivateKey(String alias);
> These methods are needed to implement
> http://ws.apache.org/wss4j/apidocs/org/apache/ws/security/components/crypto/Crypto.html
> See an abstract base class that could be used to implement this interface on
> top of geronimo Keystores
>
> http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-soap/src/main/java/org/apache/servicemix/soap/handlers/security/BaseCrypto.java
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.