Class SecRandom

java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.security.SecRandom

public class SecRandom
extends NativeObject
  • Constructor Details

  • Method Details

    • getRandomBytes

      public byte[] getRandomBytes​(int count)
      Since:
      Available in iOS 2.0 and later.
    • getDefault

      public static SecRandom getDefault()
    • getBytes

      protected int getBytes​(long count, long bytes)