X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltooling%2Fsignature%2FSignature.h;h=cfadb9c17f7cae4a026bdceeafc744984ed96c5b;hp=007f78b031263166cdf4aa1ca1a1be96542e2bf3;hb=83de10b45721b7882182aaa8a6df0c729db8fc01;hpb=1fa9cd91b91474c524695857a35e892d197266e3 diff --git a/xmltooling/signature/Signature.h b/xmltooling/signature/Signature.h index 007f78b..cfadb9c 100644 --- a/xmltooling/signature/Signature.h +++ b/xmltooling/signature/Signature.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2009 Internet2 + * Copyright 2001-2010 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -61,7 +61,7 @@ namespace xmlsignature { /** * Gets the signing algorithm for the signature. * - * @return the signature algorithm + * @return the signature algorithm, or NULL if indeterminate */ virtual const XMLCh* getSignatureAlgorithm() const=0;