X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Finternal.h;h=aa0b8cee616bd5fc060d1fdfee291b5d37ab7103;hp=12d866266a27b3786d576f326b0b0450912d6d26;hb=096d14037ebd2271f8e116d13f742be853435816;hpb=01832f09c095512baad6210854ad3a3c6a8d9622 diff --git a/saml/internal.h b/saml/internal.h index 12d8662..aa0b8ce 100644 --- a/saml/internal.h +++ b/saml/internal.h @@ -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