Jump to content

XKMS

From Wikipedia, the free encyclopedia

XML Key Management Specification(XKMS) uses theweb servicesframework to make it easier for developers to secure inter-application communication usingpublic key infrastructure(PKI).XMLKey Management Specification is a protocol developed byW3Cwhich describes the distribution and registration of public keys. Services can access an XKMS compliantserverin order to receive updated key information forencryptionand authentication.

Architecture

[edit]

XKMS consists of two parts:

X-KISS
XML Key Information Service Specification
X-KRSS
XML Key Registration Service Specification

The X-KRSS defines the protocols needed to register public key information. X-KRSS can generate the key material, making key recovery easier than when created manually.

The X-KISS outlines the syntax that applications should use to delegate some or all of the tasks needed to process the key information element of an XML signature to a trust service.

In both cases the goal of XKMS is to allow all the complexity of traditional PKI implementations to be offloaded from the client to an external service. While this approach was originally suggested by Diffie and Hellman in their New Directions paper this was generally considered impractical at the time leading to commercial development focusing on the certificate based approach proposed byLoren Kohnfelder.

Development history

[edit]

The team that developed the original XKMS proposal submitted to the W3C includedWarwick Ford,Phillip Hallam-Baker(editor) andBrian LaMacchia.The architectural approach is closely related to the MIT PGP Key server originally created and maintained by Brian LaMacchia. The realization in XML is closely related toSAML,the first edition of which was also edited by Hallam-Baker.

At the time XKMS was proposed no security infrastructure was defined for the then entirely newSOAPprotocol for Web Services. As a result, a large part of the XKMS specification is concerned with the definition of security 'bindings' for specific Web Services protocols.

See also

[edit]
[edit]