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

/dalvik/libcore/security/src/main/java/java/security/
H A DSecureRandom.java33 import org.apache.harmony.security.provider.crypto.SHA1PRNG_SecureRandomImpl;
80 this.secureRandomSpi = new SHA1PRNG_SecureRandomImpl();
/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 45 milliseconds