Package org.robovm.apple.security
Class SecRandom
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.security.SecRandom
public class SecRandom extends NativeObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecRandom.SecRandomPtrNested classes/interfaces inherited from class org.robovm.rt.bro.NativeObject
NativeObject.Marshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedSecRandom() -
Method Summary
Modifier and Type Method Description protected intgetBytes(long count, long bytes)static SecRandomgetDefault()byte[]getRandomBytes(int count)
-
Constructor Details
-
SecRandom
protected SecRandom()
-
-
Method Details
-
getRandomBytes
public byte[] getRandomBytes(int count)- Since:
- Available in iOS 2.0 and later.
-
getDefault
-
getBytes
protected int getBytes(long count, long bytes)
-