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

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

Completed in 4 milliseconds