xverifyxverify
Security
Home > Books > NetKernel API and Services Reference > Accessor Listing > Security Extensions > xverify

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:ext:xsecurity

The xverify accessor is exported by the urn:org:ten60:netkernel:ext:xsecurity module. Import this module to gain access to the accessor.

Syntax

URI
active:xverify

ArgumentRulesDescription
operandOptional required the resource to be signed
operatorOptional n/a
paramOptional n/a

Example Usage

DPML

<instr>
  <type>xverify</type>
  <operand>foo.xml</operand>
  <target>this:response</target>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:xverify");
result=context.issueSubRequest(req);

Purpose

The xverify accessor is used to validate the standard XML signature of the operand document. If the signature is valid it returns a canonical boolean true document.

<b>t</b>

If the signature does not exist or is invalid it returns a canonical boolean false document.

<b>f</b>

xverify uses the Apache XML Security package and may be used to validate documents signed using any standards complient implementation of XML Signature.

References

xsign URA
Apache XML Security
W3C XML Signature

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.