Versions Compared

Key

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

XML Key Management Service (XKMS)

Available in since CXF 3.0.0.

Use case

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

...