Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

XML Key Management Service (XKMS)

Available since CXF 32.07.07.

Use case

CXF uses asymmetric algorithms for different purposes: encryption of symmetric keys and payloads, signing security tokens and messages, proof of possession, etc.
Normally the public keys (in the form of X509 certificates) are stored in java keystores.

...