Searched defs:SHA1PRNG_SecureRandomImpl (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
H A DSHA1PRNG_SecureRandomImpl.java43 public class SHA1PRNG_SecureRandomImpl extends SecureRandomSpi implements Serializable { class in inherits:SecureRandomSpi,Serializable
116 private static SHA1PRNG_SecureRandomImpl myRandom;
168 public SHA1PRNG_SecureRandomImpl() { method in class:SHA1PRNG_SecureRandomImpl
255 myRandom = new SHA1PRNG_SecureRandomImpl();

Completed in 52 milliseconds