]
Stefan Guilhen updated SECURITY-971:
------------------------------------
Git Pull Request:
SecurityKeyManager should use delegate for methods inherited from
X509ExtendedKeyManager when possible
------------------------------------------------------------------------------------------------------
Key: SECURITY-971
URL:
https://issues.jboss.org/browse/SECURITY-971
Project: PicketBox
Issue Type: Bug
Components: JBossSX
Affects Versions: PicketBox_5_0_1.Final
Reporter: Stefan Guilhen
Assignee: Stefan Guilhen
Fix For: PicketBox_5_0_2.Final
SecurityKeyManager now extends X509ExtendedKeyManager but the methods inherited from this
class have been left unimplemented (i.e. return null).
The implementation should check if the delegate instance is of type
X509ExtendedKeyManager and use the delegate for these methods instead of relying on the
default implementation.