-
Bug
-
Resolution: Done
-
Major
-
PicketBox_5_0_1.Final
-
None
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.
- is incorporated by
-
SECURITY-972 Release PicketBox 5.0.2.Final
- Closed