SAML objects in progress.
[shibboleth/cpp-opensaml.git] / saml / internal.h
index 12d8662..aa0b8ce 100644 (file)
@@ -55,6 +55,9 @@ namespace opensaml {
         bool init();
         void term();
 
+        void generateRandomBytes(void* buf, unsigned int len);
+        void generateRandomBytes(std::string& buf, unsigned int len);
+        XMLCh* generateIdentifier();
     private:
     };
     /// @endcond