blautenb 2003/07/05 02:59:28
Modified: c/src/dsig DSIGKeyInfoMgmtData.hpp DSIGKeyInfoName.hpp
DSIGKeyInfoPGPData.hpp DSIGKeyInfoSPKIData.hpp
DSIGKeyInfoValue.hpp DSIGKeyInfoX509.hpp
DSIGReference.hpp DSIGSignature.hpp
DSIGSignedInfo.hpp DSIGTransform.hpp
DSIGTransformBase64.hpp DSIGTransformC14n.hpp
DSIGTransformEnvelope.hpp DSIGTransformList.hpp
DSIGTransformXPath.hpp DSIGTransformXPathFilter.hpp
DSIGTransformXSL.hpp DSIGXPathFilterExpr.hpp
c/src/enc XSECCryptoBase64.hpp
c/src/enc/WinCAPI WinCAPICryptoHashHMAC.hpp
WinCAPICryptoKeyDSA.hpp WinCAPICryptoProvider.hpp
WinCAPICryptoX509.hpp
c/src/utils XSECPlatformUtils.hpp
Log:
Clean up doxygen run
Revision Changes Path
1.2 +3 -3 xml-security/c/src/dsig/DSIGKeyInfoMgmtData.hpp
Index: DSIGKeyInfoMgmtData.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGKeyInfoMgmtData.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DSIGKeyInfoMgmtData.hpp 28 May 2003 10:56:48 -0000 1.1
+++ DSIGKeyInfoMgmtData.hpp 5 Jul 2003 09:59:27 -0000 1.2
@@ -82,7 +82,7 @@
*/
/**
- * @brief The class for <MgmtData> nodes in a KeyInfo list.
+ * @brief The class for \<MgmtData\> nodes in a KeyInfo list.
*
* Class for holding in band key information.
* @note Use of this class is <em>NOT RECOMMEDED</em> within
@@ -141,7 +141,7 @@
virtual void load(void);
/**
- * \Get key name - unimplemented for MgmtData
+ * \brief Get key name - unimplemented for MgmtData
*/
virtual const XMLCh * getKeyName(void) {return NULL;}
1.4 +1 -1 xml-security/c/src/dsig/DSIGKeyInfoName.hpp
Index: DSIGKeyInfoName.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGKeyInfoName.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DSIGKeyInfoName.hpp 22 May 2003 11:17:40 -0000 1.3
+++ DSIGKeyInfoName.hpp 5 Jul 2003 09:59:27 -0000 1.4
@@ -86,7 +86,7 @@
*/
/**
- * @brief The class for <KeyName> nodes in a KeyInfo list.
+ * @brief The class for \<KeyName\> nodes in a KeyInfo list.
*
* Class for holding information on a KeyName node as well as setting
* such a node in a signature.
1.2 +4 -4 xml-security/c/src/dsig/DSIGKeyInfoPGPData.hpp
Index: DSIGKeyInfoPGPData.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGKeyInfoPGPData.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DSIGKeyInfoPGPData.hpp 25 May 2003 12:19:26 -0000 1.1
+++ DSIGKeyInfoPGPData.hpp 5 Jul 2003 09:59:27 -0000 1.2
@@ -83,7 +83,7 @@
*/
/**
- * @brief The class for <PGPData> nodes in a KeyInfo list.
+ * @brief The class for \<PGPData\> nodes in a KeyInfo list.
*
* Class for holding information on a PGP Data node as well as setting
* such a node in a signature.
@@ -106,7 +106,7 @@
* an existing DOM structure into the PGPData element.
*
* @param sig Calling signature object.
- * @param nameNode DOMNode to load information from
+ * @param pgpDataNode DOMNode to load information from
*/
DSIGKeyInfoPGPData(DSIGSignature * sig, DOMNode *pgpDataNode);
@@ -163,7 +163,7 @@
virtual const XMLCh * getKeyPacket(void) {return mp_keyPacket;}
/**
- * \Get key name - unimplemented for PGP packets
+ * \brief Get key name - unimplemented for PGP packets
*/
virtual const XMLCh * getKeyName(void) {return NULL;}
1.3 +3 -3 xml-security/c/src/dsig/DSIGKeyInfoSPKIData.hpp
Index: DSIGKeyInfoSPKIData.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGKeyInfoSPKIData.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DSIGKeyInfoSPKIData.hpp 27 Jun 2003 12:14:24 -0000 1.2
+++ DSIGKeyInfoSPKIData.hpp 5 Jul 2003 09:59:27 -0000 1.3
@@ -84,7 +84,7 @@
*/
/**
- * @brief The class for <SPKIData> nodes in a KeyInfo list.
+ * @brief The class for \<SPKIData\> nodes in a KeyInfo list.
*
* Class for holding information on a SPKIData node as well as setting
* such a node in a signature.
@@ -164,7 +164,7 @@
virtual const XMLCh * getSexp(unsigned int index);
/**
- * \Get key name - unimplemented for SPKI packets
+ * \brief Get key name - unimplemented for SPKI packets
*/
virtual const XMLCh * getKeyName(void) {return NULL;}
1.5 +2 -2 xml-security/c/src/dsig/DSIGKeyInfoValue.hpp
Index: DSIGKeyInfoValue.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGKeyInfoValue.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DSIGKeyInfoValue.hpp 7 Jun 2003 10:33:28 -0000 1.4
+++ DSIGKeyInfoValue.hpp 5 Jul 2003 09:59:27 -0000 1.5
@@ -83,7 +83,7 @@
*/
/**
- * @brief The class for <KeyValue> nodes in a KeyInfo list.
+ * @brief The class for \<KeyValue\> nodes in a KeyInfo list.
*
* Class for holding information on a KeyValue node as well as setting
* such a node in a signature.
1.5 +1 -1 xml-security/c/src/dsig/DSIGKeyInfoX509.hpp
Index: DSIGKeyInfoX509.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGKeyInfoX509.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DSIGKeyInfoX509.hpp 22 May 2003 11:17:40 -0000 1.4
+++ DSIGKeyInfoX509.hpp 5 Jul 2003 09:59:27 -0000 1.5
@@ -87,7 +87,7 @@
*/
/**
- * @brief The class for <X509Data> nodes in a KeyInfo list.
+ * @brief The class for \<X509Data\> nodes in a KeyInfo list.
*
* Class for holding information on a X509Data node as well as setting
* such a node in a signature.
1.9 +5 -5 xml-security/c/src/dsig/DSIGReference.hpp
Index: DSIGReference.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGReference.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- DSIGReference.hpp 7 Jun 2003 10:33:28 -0000 1.8
+++ DSIGReference.hpp 5 Jul 2003 09:59:27 -0000 1.9
@@ -107,7 +107,7 @@
* @brief The class used for manipulating Reference Elements within a
signature.
*
* <p>The DSIGReference class creates and manipulates (including hashing and
validating)
- * <Reference> elements.</p>
+ * \<Reference\> elements.</p>
*
*/
@@ -187,7 +187,7 @@
* also need to be made to the various append*Transform methods.</p>
*
* @note The XSEC Library currently makes very little use of
<em>type</em>
- * attributes in <Reference> Elements. However this may of use to
calling
+ * attributes in \<Reference\> Elements. However this may of use to
calling
* applications.
*
* @param URI The URI (data source) for this reference. Set to NULL for
@@ -388,7 +388,7 @@
/**
* \brief Validate the Reference element
*
- * Performs a #calculateHash() and a @readHash() and then compares the
+ * Performs a #calculateHash() and a #readHash() and then compares the
* results.
*
* @returns true iff the hash of the data matches the hash stored
@@ -435,7 +435,7 @@
DSIGTransformList *
lst);
/**
- * \brief Load a Transforms list from the <Transforms> DOMNode.
+ * \brief Load a Transforms list from the \<Transforms\> DOMNode.
*
* Reads the data from the XML data stored in the DOM and create
* the associated DSIGTrasnformList.
@@ -471,7 +471,7 @@
/**
* \brief Load a series of references.
*
- * Takes a series of <Reference> elements in a DOM structure
+ * Takes a series of \<Reference\> elements in a DOM structure
* and creates the corresponding ReferenceList object.
*
* @note Internal function - meant for use by the library
1.13 +18 -18 xml-security/c/src/dsig/DSIGSignature.hpp
Index: DSIGSignature.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGSignature.hpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- DSIGSignature.hpp 28 May 2003 10:56:48 -0000 1.12
+++ DSIGSignature.hpp 5 Jul 2003 09:59:27 -0000 1.13
@@ -101,7 +101,7 @@
* @brief The main class used for manipulating XML Digital Signatures.
*
* <p>The DSIGSignature class is used to manipulate and verify
- * <signature> blocks. It should only ever be created via the
+ * \<signature\> blocks. It should only ever be created via the
* XSECProvider class.</p>
*
*/
@@ -178,8 +178,8 @@
* <p>It performs the following operations : </p>
* <ul>
* <li>Iterate through each reference and validate the
hash;
- * <li>Iterate through references contained in <manifest>
elements;
- * <li>Calculate the hash of the <SignedInfo> element; and
+ * <li>Iterate through references contained in
\<manifest\> elements;
+ * <li>Calculate the hash of the \<SignedInfo\> element;
and
* <li>Validate the signature of the hash previously
calculated.
* </ul>
*
@@ -217,8 +217,8 @@
* <p>It performs the following operations : </p>
* <ul>
* <li>Iterate through each reference, calculate and set
the hash value;
- * <li>Iterate through references contained in <manifest>
elements and set their values;
- * <li>Calculate the hash of the <SignedInfo> element; and
+ * <li>Iterate through references contained in
\<manifest\> elements and set their values;
+ * <li>Calculate the hash of the \<SignedInfo\> element;
and
* <li>Calculate (and set) the signature value given the
hash previously calculated.
* </ul>
*
@@ -247,7 +247,7 @@
*
* <p>The #createBlankSignature function will use this prefix to setup
the
* dsig namespace. E.g. (assuming a call has been made to set the
prefix to "ds")
- * the <Signature> element will have a namespace attribute added of</p>
+ * the \<Signature\> element will have a namespace attribute added
of</p>
*
* <p>xmlns:ds="http://www.w3.org/2000/09/xmldsig#"</p>
*
@@ -297,10 +297,10 @@
void setXPFNSPrefix(const XMLCh * prefix);
/**
- * \brief Create a <Signature> DOM structure.
+ * \brief Create a \<Signature\> DOM structure.
*
* <p>The DOM structure created is still divorced from the document.
The callee
- * needs to take the returned <Signature> Element node and insert it at
the
+ * needs to take the returned \<Signature\> Element node and insert it
at the
* appropriate place in their document.</p>
*
* <p>The signature is a skeleton only. There are no references or
KeyInfo
@@ -315,7 +315,7 @@
* @param cm The canonicalisation method to use.
* @param sm The signature algorithm to be used.
* @param hm The Digest function to be used for the actual signatures.
- * @returns The newly created <Signature> element that the caller
should insert in
+ * @returns The newly created \<Signature\> element that the caller
should insert in
* the document.
*/
@@ -325,14 +325,14 @@
hashMethod hm = HASH_SHA1);
/**
- * \brief Add a new reference to the end of the list of <Reference>
nodes.
+ * \brief Add a new reference to the end of the list of \<Reference\>
nodes.
*
* <p>Creates a new DSIGReference, adds it to the list of references
handled
* by the owning DSIGSignature and also creates the skeleton DOM
structure into
* the document.</p>
*
* @note The XSEC Library currently makes very little use of
<em>type</em>
- * attributes in <Reference> Elements. However this may of use to
calling
+ * attributes in \<Reference\> Elements. However this may of use to
calling
* applications.
*
* @see DSIGReference
@@ -355,9 +355,9 @@
/**
* \brief Get the hash of the Signed Value
*
- * Function to calculate and return the hash of the <SignedInfo>
+ * Function to calculate and return the hash of the \<SignedInfo\>
* structures (after the canonicalization defined by
- * <CanonicalizationMethod> has been performed).
+ * \<CanonicalizationMethod\> has been performed).
*
* @param hashBuf Buffer to place the raw hash in.
* @param hashBufLen The length of the buffer
@@ -454,7 +454,7 @@
* \brief Get canonicalisation algorithm
*
* Returns the canonicalisation algorithm that will be/is used
- * to canonicalise the <SignedInfo> element prior to hash/sign
+ * to canonicalise the \<SignedInfo\> element prior to hash/sign
*
* @returns The canonicalisation method
*/
@@ -468,7 +468,7 @@
* \brief Get the hash method
*
* Obtain the hash (digest) algorithm that is used to generate a hash
- * of the canonicalised <SignedInfo> element.
+ * of the canonicalised \<SignedInfo\> element.
*
* @returns the Hash (digest) Method
*/
@@ -481,7 +481,7 @@
* \brief Get the signature method
*
* Obtain the algorithm that will be used to generate/check the
signature
- * of the canonicalised and hashed <SignedInfo> element.
+ * of the canonicalised and hashed \<SignedInfo\> element.
*
* @returns the Signature method
*/
@@ -547,7 +547,7 @@
//@{
/**
- * \brief Get the list of <KeyInfo> elements.
+ * \brief Get the list of \<KeyInfo\> elements.
*
* <p>This function recovers list that contains the KeyInfo elements
* read in from the DOM document.</p>
1.7 +2 -2 xml-security/c/src/dsig/DSIGSignedInfo.hpp
Index: DSIGSignedInfo.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGSignedInfo.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DSIGSignedInfo.hpp 24 Apr 2003 00:06:20 -0000 1.6
+++ DSIGSignedInfo.hpp 5 Jul 2003 09:59:27 -0000 1.7
@@ -97,7 +97,7 @@
/**
* @brief Constructs and holds a SignedInfo.
*
- * The <SignedInfo> node is the container for all the information
+ * The \<SignedInfo\> node is the container for all the information
* that is signed. It contains the ReferenceList and information
* on the signature and canonicalisation method for the signature.
*
1.4 +3 -3 xml-security/c/src/dsig/DSIGTransform.hpp
Index: DSIGTransform.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGTransform.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DSIGTransform.hpp 21 Feb 2003 11:53:06 -0000 1.3
+++ DSIGTransform.hpp 5 Jul 2003 09:59:27 -0000 1.4
@@ -91,11 +91,11 @@
/**
* @brief The base class for transforms.
*
- * The DSIGTransform class is the base class used to hold <Transform>
elements
+ * The DSIGTransform class is the base class used to hold \<Transform\>
elements
* within a document.
*
* It does not in actually perform any transformations - only hold the
information
- * about a transform in a <Signature> structure.
+ * about a transform in a \<Signature\> structure.
*
* @see TXFMBase
*
1.5 +2 -2 xml-security/c/src/dsig/DSIGTransformBase64.hpp
Index: DSIGTransformBase64.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGTransformBase64.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DSIGTransformBase64.hpp 22 Feb 2003 08:47:23 -0000 1.4
+++ DSIGTransformBase64.hpp 5 Jul 2003 09:59:27 -0000 1.5
@@ -80,7 +80,7 @@
/**
* @brief Transform holder for Base 64.
*
- * The DSIGTransformbase64 class is used to hold base64 <Transform> elements
+ * The DSIGTransformbase64 class is used to hold base64 \<Transform\>
elements
* within a document.
*
* This is a very simple transform with no real options.
1.6 +2 -2 xml-security/c/src/dsig/DSIGTransformC14n.hpp
Index: DSIGTransformC14n.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGTransformC14n.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DSIGTransformC14n.hpp 1 May 2003 10:04:36 -0000 1.5
+++ DSIGTransformC14n.hpp 5 Jul 2003 09:59:27 -0000 1.6
@@ -78,7 +78,7 @@
/**
* @brief Transform holder for C14n based transforms.
*
- * The DSIGTransformC14n class is used to hold C14n <Transform> elements
+ * The DSIGTransformC14n class is used to hold C14n \<Transform\> elements
* within a document. This includes Exclusive and Comment options
*
*
1.5 +2 -2 xml-security/c/src/dsig/DSIGTransformEnvelope.hpp
Index: DSIGTransformEnvelope.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGTransformEnvelope.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DSIGTransformEnvelope.hpp 22 Feb 2003 08:47:23 -0000 1.4
+++ DSIGTransformEnvelope.hpp 5 Jul 2003 09:59:27 -0000 1.5
@@ -78,7 +78,7 @@
/**
* @brief Transform holder for Base 64.
*
- * The DSIGTransformEnvelope class is used to hold base64 <Transform>
elements
+ * The DSIGTransformEnvelope class is used to hold base64 \<Transform\>
elements
* within a document.
*
* This is a very simple transform with no real options.
1.4 +2 -2 xml-security/c/src/dsig/DSIGTransformList.hpp
Index: DSIGTransformList.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGTransformList.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DSIGTransformList.hpp 22 Apr 2003 22:35:17 -0000 1.3
+++ DSIGTransformList.hpp 5 Jul 2003 09:59:27 -0000 1.4
@@ -88,7 +88,7 @@
/**
* @brief The class used for holding Transform Elements within a signature.
*
- * This class is the container for the <Transforms> list in a Reference or
+ * This class is the container for the \<Transforms\> list in a Reference or
* KeyInfo list. It holds a list of Transform elements that can be
* manipulated by the caller, or asked to provide the appropriate
* TXFM* class to actually perform a transform.
1.5 +2 -2 xml-security/c/src/dsig/DSIGTransformXPath.hpp
Index: DSIGTransformXPath.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGTransformXPath.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DSIGTransformXPath.hpp 22 Apr 2003 22:35:17 -0000 1.4
+++ DSIGTransformXPath.hpp 5 Jul 2003 09:59:27 -0000 1.5
@@ -86,7 +86,7 @@
/**
* @brief Transform holder for XPath transforms.
*
- * The DSIGTransformXPath class is used to hold XPath <Transform> elements
+ * The DSIGTransformXPath class is used to hold XPath \<Transform\> elements
* within a document.
*
* @see TXFMXPath
1.2 +2 -2 xml-security/c/src/dsig/DSIGTransformXPathFilter.hpp
Index: DSIGTransformXPathFilter.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGTransformXPathFilter.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DSIGTransformXPathFilter.hpp 8 May 2003 12:10:58 -0000 1.1
+++ DSIGTransformXPathFilter.hpp 5 Jul 2003 09:59:27 -0000 1.2
@@ -91,7 +91,7 @@
/**
* @brief Transform holder for XPath Filter transforms.
*
- * The DSIGTransformXPath class is used to hold XPath <Transform> elements
+ * The DSIGTransformXPath class is used to hold XPath \<Transform\> elements
* within a document.
*
* @see TXFMXPath
1.5 +2 -2 xml-security/c/src/dsig/DSIGTransformXSL.hpp
Index: DSIGTransformXSL.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGTransformXSL.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DSIGTransformXSL.hpp 22 Feb 2003 08:47:23 -0000 1.4
+++ DSIGTransformXSL.hpp 5 Jul 2003 09:59:27 -0000 1.5
@@ -82,7 +82,7 @@
/**
* @brief Transform holder for XSLT Transforms.
*
- * The DSIGTransformXSL class is used to hold XSLT <Transform> elements
+ * The DSIGTransformXSL class is used to hold XSLT \<Transform\> elements
* within a document.
*
*
1.2 +4 -1 xml-security/c/src/dsig/DSIGXPathFilterExpr.hpp
Index: DSIGXPathFilterExpr.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/dsig/DSIGXPathFilterExpr.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DSIGXPathFilterExpr.hpp 8 May 2003 12:10:58 -0000 1.1
+++ DSIGXPathFilterExpr.hpp 5 Jul 2003 09:59:27 -0000 1.2
@@ -100,6 +100,9 @@
public:
+ /** @name Constructors and Destructors */
+ //@{
+
/**
* \brief Constructor used for existing XML signatures
*
1.4 +2 -2 xml-security/c/src/enc/XSECCryptoBase64.hpp
Index: XSECCryptoBase64.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/enc/XSECCryptoBase64.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSECCryptoBase64.hpp 23 Feb 2003 08:41:13 -0000 1.3
+++ XSECCryptoBase64.hpp 5 Jul 2003 09:59:28 -0000 1.4
@@ -85,7 +85,7 @@
* for translating bytes to/from base64 encoding.</p>
*
* <p>There are many places where XML DSIG uses Base64 encoding for
- * embedding data in the <Signature> structure. In some cases this object
+ * embedding data in the \<Signature\> structure. In some cases this object
* is used. In other cases, the library passes base64 code directly to
* the cryptographic handler.</p>
*
1.3 +3 -1 xml-security/c/src/enc/WinCAPI/WinCAPICryptoHashHMAC.hpp
Index: WinCAPICryptoHashHMAC.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/enc/WinCAPI/WinCAPICryptoHashHMAC.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- WinCAPICryptoHashHMAC.hpp 15 Jun 2003 09:34:27 -0000 1.2
+++ WinCAPICryptoHashHMAC.hpp 5 Jul 2003 09:59:28 -0000 1.3
@@ -120,6 +120,8 @@
* Create the object, with the indicated algorithm
* (Currently supports MD5 and SHA1)
*
+ *
+ * @param owner Owning XSECCryptoProvider instance
* @param alg Digest algorithm to use
*/
1.3 +5 -5 xml-security/c/src/enc/WinCAPI/WinCAPICryptoKeyDSA.hpp
Index: WinCAPICryptoKeyDSA.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/enc/WinCAPI/WinCAPICryptoKeyDSA.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- WinCAPICryptoKeyDSA.hpp 15 Jun 2003 09:34:27 -0000 1.2
+++ WinCAPICryptoKeyDSA.hpp 5 Jul 2003 09:59:28 -0000 1.3
@@ -249,7 +249,7 @@
* \brief Retrieve P
*
* @param b64 Buffer to place ds:CryptoBinary encoded P parameter in
- * @len Max amount of data to be placed in buffer
+ * @param len Max amount of data to be placed in buffer
* @returns The number of bytes placed in the buffer
*/
@@ -259,7 +259,7 @@
* \brief Retrieve Q
*
* @param b64 Buffer to place ds:CryptoBinary encoded Q parameter in
- * @len Max amount of data to be placed in buffer
+ * @param len Max amount of data to be placed in buffer
* @returns The number of bytes placed in the buffer
*/
@@ -269,7 +269,7 @@
* \brief Retrieve G
*
* @param b64 Buffer to place ds:CryptoBinary encoded G parameter in
- * @len Max amount of data to be placed in buffer
+ * @param len Max amount of data to be placed in buffer
* @returns The number of bytes placed in the buffer
*/
@@ -279,7 +279,7 @@
* \brief Retrieve Y
*
* @param b64 Buffer to place ds:CryptoBinary encoded Y parameter in
- * @len Max amount of data to be placed in buffer
+ * @param len Max amount of data to be placed in buffer
* @returns The number of bytes placed in the buffer
*/
1.4 +5 -3 xml-security/c/src/enc/WinCAPI/WinCAPICryptoProvider.hpp
Index: WinCAPICryptoProvider.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/enc/WinCAPI/WinCAPICryptoProvider.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WinCAPICryptoProvider.hpp 15 Jun 2003 09:34:27 -0000 1.3
+++ WinCAPICryptoProvider.hpp 5 Jul 2003 09:59:28 -0000 1.4
@@ -296,9 +296,11 @@
*
* Encodes a Windows integer in I2OSP base64 encoded format.
*
- * @param b64 Base 64 buffer
- * @param b64Len Length of base64 buffer
+ * @param n Buffer holding the Windows Integer
+ * @param nLen Length of data in buffer
* @param retLen Parameter to hold length of return integer
+ * @returns A pointer to a buffer holding the encoded data
+ * (transfers ownership)
*/
static unsigned char * WinBN2b64(BYTE * n, DWORD nLen, unsigned int
&retLen);
1.3 +1 -4 xml-security/c/src/enc/WinCAPI/WinCAPICryptoX509.hpp
Index: WinCAPICryptoX509.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/enc/WinCAPI/WinCAPICryptoX509.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- WinCAPICryptoX509.hpp 15 Jun 2003 09:34:27 -0000 1.2
+++ WinCAPICryptoX509.hpp 5 Jul 2003 09:59:28 -0000 1.3
@@ -98,9 +98,6 @@
virtual ~WinCAPICryptoX509();
//@}
-
-
- //@}
/** @name Key Interface methods */
//@{
1.7 +2 -2 xml-security/c/src/utils/XSECPlatformUtils.hpp
Index: XSECPlatformUtils.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/utils/XSECPlatformUtils.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XSECPlatformUtils.hpp 7 Apr 2003 12:27:13 -0000 1.6
+++ XSECPlatformUtils.hpp 5 Jul 2003 09:59:28 -0000 1.7
@@ -116,7 +116,7 @@
/**
- * \Initialise the library
+ * \brief Initialise the library
*
* <b>Must</b> be called prior to using any functions in the library.
*