Back out nil property.
[shibboleth/cpp-opensaml.git] / saml / saml2 / core / Assertions.h
index a5a7fb7..91ac1fe 100644 (file)
@@ -97,6 +97,7 @@ namespace opensaml {
             /**
              * Encrypts an object to multiple recipients using this object as a container.
              * 
+             * @param xmlObject     object to encrypt
              * @param recipients    pairs containing a locked MetadataProvider to supply encryption keys,
              *                      and a metadata-based CredentialCriteria to use
              * @param compact       true iff compact KeyInfo should be used
@@ -456,7 +457,7 @@ namespace opensaml {
          * This is customized to return a SubjectConfirmationData element with an
          * xsi:type of KeyInfoConfirmationDataType.
          */
-        class SAML_API KeyInfoConfirmationDataTypeBuilder : public xmltooling::XMLObjectBuilder {
+        class SAML_API KeyInfoConfirmationDataTypeBuilder : public xmltooling::ConcreteXMLObjectBuilder {
         public:
             virtual ~KeyInfoConfirmationDataTypeBuilder() {}
             /** Default builder. */