Home
last modified time | relevance | path

Searched defs:SecureRandom (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/
DSecureRandom.java65 public class SecureRandom extends Random { class
87 public SecureRandom() { in SecureRandom() method in SecureRandom
110 public SecureRandom(byte[] seed) { in SecureRandom() method in SecureRandom
124 protected SecureRandom(SecureRandomSpi secureRandomSpi, in SecureRandom() method in SecureRandom
130 private SecureRandom(SecureRandomSpi secureRandomSpi, in SecureRandom() method in SecureRandom