Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/flagged_api/java/security/
DSecureRandom.annotated.java30 public class SecureRandom extends java.util.Random { class
32 public SecureRandom() { throw new RuntimeException("Stub!"); } in SecureRandom() method in SecureRandom
34 public SecureRandom(byte[] seed) { throw new RuntimeException("Stub!"); } in SecureRandom() method in SecureRandom
36 protected SecureRandom(java.security.SecureRandomSpi secureRandomSpi, java.security.Provider provid… in SecureRandom() method in SecureRandom
/libcore/ojluni/src/main/java/java/security/
DSecureRandom.java162 public class SecureRandom extends java.util.Random { class
228 public SecureRandom() { in SecureRandom() method in SecureRandom
271 public SecureRandom(byte[] seed) { in SecureRandom() method in SecureRandom
378 protected SecureRandom(SecureRandomSpi secureRandomSpi, in SecureRandom() method in SecureRandom
383 private SecureRandom(SecureRandomSpi secureRandomSpi, Provider provider, in SecureRandom() method in SecureRandom