Overview of XKMS implementation components
mainThe Apache CXF XKMS (XML Key Management Service) implementation is organized into several modules:
xkms-client: Contains the XKMS client and invoker implementations.xkms-common: Contains common functionality, XML schemas, and generated code.xkms-service: The core XKMS service implementation.xkms-x509-handlers: Implementation of pluggable commands for X509 keys.xkms-features: Karaf features for both the XKMS client and service.xkms-itests: Integration tests.xkms-osgi: OSGi blueprint configuration for OSGi deployment.xkms-war: Web Spring configuration for Web deployment.