tabbing
[iotcloud.git] / version2 / src / C / SecureRandom.h
1 #ifndef SECURERANDOM_H
2 #define SECURERANDOM_H
3 class SecureRandom {
4 public:
5         SecureRandom();
6         void nextBytes(Array<char> *array);
7 };
8 #endif