The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
=head1 NAME

XML::Compile::WSS::Util - constants for XML::Compile::WSS

=head1 INHERITANCE

 XML::Compile::WSS::Util
   is a Exporter

=head1 DESCRIPTION

This module collects constants used by various standards related
to the Web Service Security (WSS) group of W3C.

These constants may also be used by other applications: they are
not limited to the L<XML::Compile::WSS|XML::Compile::WSS> module. Please inform me
when you use this list in combination with other applications.

=head1 FUNCTIONS

=head2 Constants

=pod

Export TAG C<:wss11> exports constants

  WSS_11   WSSE_10      DSIG_NS      DSIG11_NS    GHC_NS
  WSU_10   WSS11MODULE  DSIG_MORE_NS XENC_NS      DSP_NS

=pod

Export tag C<:wsse> defines convenient constants in the wsse namespace.
F<http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0.pdf>

  WSSE_NS  WSSE_BASE64  WSSE_X509v3  WSSE_X509PKI  WSSE_X509PKC

=pod

Export tag C<:utp11> defines constants for the username-token-profile.
See F<http://docs.oasis-open.org/wss/v1.1/wss-v1.1-spec-os-UsernameTokenProfile.pdf>

  UTP11_PTEXT   UTP11_PDIGEST   UTP11_USERNAME

=pod

Export tag C<:dsig> defines convenient constants
for signature reference URIs, mainly specified in
F<http://www.w3.org/TR/2008/REC-xmldsig-core-20080610/>

  DSIG_NS           DSIG_MGMT_DATA      DSIG_XML11_NO_COMM
  DSIG_SIGPROPS     DSIG_X509_CERT      DSIG_XML11_COMMENTS
  DSIG_OBJECT       DSIG_SHA1           DSIG_XMLEXC_NO_COMM
  DSIG_MANIFEST     DSIG_BASE64         DSIG_XMLEXC_COMMENTS
  DSIG_DSA_KV       DSIG_HMAC_SHA1      DSIG_XSLT
  DSIG_RSA_KV       DSIG_DSA_SHA1       DSIG_XPATH
  DSIG_X509_DATA    DSIG_RSA_SHA1       DSIG_ENV_SIG
  DSIG_PGP_DATA     DSIG_XML10_NO_COMM
  DSIG_SPKI_DATA    DSIG_XML10_COMMENTS

=pod

Export tag C<:dsigm> (dsigm-more) defines constants defined by
RFC4050 and RFC4051.

RFC4050 Using the ECDSA for XML Digital Signatures
F<http://www.ietf.org/rfc/rfc4050.txt>

RFC4051 Additional XML Security Uniform Resource Identifiers (URIs)
F<http://www.ietf.org/rfc/rfc4051.txt>

  DSIGM_MD5             DSIGM_ECDSA_SHA224    DSIGM_CAM192
  DSIGM_SHA224          DSIGM_ECDSA_SHA256    DSIGM_CAM256
  DSIGM_SHA384          DSIGM_ECDSA_SHA384    DSIGM_KW_CAM128
  DSIGM_HMAC_MD5        DSIGM_ECDSA_SHA512    DSIGM_KW_CAM192
  DSIGM_HMAC_SHA224     DSIGM_ESIGN_SHA1      DSIGM_KW_CAM256
  DSIGM_HMAC_SHA256     DSIGM_ESIGN_SHA224    DSIGM_PSEC_KEM
  DSIGM_HMAC_SHA384     DSIGM_ESIGN_SHA256    DSIGM_KV
  DSIGM_HMAC_SHA512     DSIGM_ESIGN_SHA384    DSIGM_RETR_METHOD
  DSIGM_HMAC_RIPEMD160  DSIGM_ESIGN_SHA512    DSIGM_KEY_NAME
  DSIGM_RSA_MD5         DSIGM_DSA_SHA256      DSIGM_RAW_X509
  DSIGM_RSA_SHA256      DSIGM_CURVE_URN       DSIGM_RAW_PGP
  DSIGM_RSA_SHA384      DSIGM_XPTR            DSIGM_RAW_SPKIS
  DSIGM_RSA_SHA512      DSIGM_ARCFOUR         DSIGM_PKCS7_DATA
  DSIGM_ECDSA_SHA1      DSIGM_CAM128          DSIGM_RAW_PKCS7_DATA

=pod

Export tag C<:dsig11> defines convenient constants for the extensions
on dsig, defined in
F<http://www.w3.org/TR/2011/CR-xmldsig-core1-20110303/>

  DSIG11_NS       DSIG11_EC_KV    DSIG11_DER_KV   DSIG_X509_CERT

=pod

Export tag C<:xenc> defines convenient constants for encryption
referencing URIs., mainly specified in
F<http://www.w3.org/TR/2002/REC-xmlenc-core-20021210/>

  XENC_NS         XENC_PROPS      XENC_AES128     XENC_DH
  XENC_MIME_TYPE  XENC_SHA256     XENC_AES192     XENC_DH_KV
  XENC_ELEMENT    XENC_SHA512     XENC_AES156     XENC_KW_3DES
  XENC_CONTENT    XENC_RIPEMD160  XENC_RSA_1_5    XENC_KW_AES128
  XENC_KEY        XENC_3DES       XENC_RSA_AEOP   XENC_KW_AES192
  XENC_DSIG       XENC_KW_AES256

=pod

Export tag C<:xghc> defines convenient constants for generic
hybrid algorithm referencing URIs, as specified in
F<http://www.w3.org/TR/2011/CR-xmlsec-generic-hybrid-20110303/>

  GHC_NS      GHC_GENERIC     GHC_RSAES_KEM     GHC_ECIES_KEM

=pod

Export tag C<:dsp> defines constants for "Digital signature properties"
as specified in
F<http://www.w3.org/TR/2011/CR-xmldsig-properties-20110303/>

  DSP_NS

=head1 SYNOPSYS

 use XML::Compile::WSS::Util qw/:wss11/;

=head1 SEE ALSO

This module is part of XML-Compile-WSS distribution version 0.13,
built on January 25, 2012. Website: F<http://perl.overmeer.net/xml-compile/>

Other distributions in this suite:
L<XML::Compile>,
L<XML::Compile::SOAP>,
L<XML::Compile::SOAP12>,
L<XML::Compile::SOAP::Daemon>,
L<XML::Compile::SOAP::WSA>,
L<XML::Compile::C14N>,
L<XML::Compile::WSS>,
L<XML::Compile::Tester>,
L<XML::Compile::Cache>,
L<XML::Compile::Dumper>,
L<XML::Compile::RPC>,
L<XML::Rewrite>,
L<XML::eXistDB>,
and
L<XML::LibXML::Simple>.

Please post questions or ideas to the mailinglist at
F<http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile>
For live contact with other developers, visit the C<#xml-compile> channel
on C<irc.perl.org>.

=head1 LICENSE

Copyrights 2011-2012 by Mark Overmeer. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
See F<http://www.perl.com/perl/misc/Artistic.html>