edits
[iotcloud.git] / version2 / src / C / SecureRandom.h
index 34ccd729e2133813d29535e74b67945b78b65aa5..111efa6af1bd17e3eadd670623066dfdde9d8c1f 100644 (file)
@@ -3,5 +3,6 @@
 class SecureRandom {
 public:
        SecureRandom();
 class SecureRandom {
 public:
        SecureRandom();
+       void nextBytes(Array<char> * array);
 };
 #endif
 };
 #endif