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

/dalvik/libcore/security/src/main/java/java/security/
H A DSecureRandomSpi.java23 * {@code SecureRandomSpi} is the <i>Service Provider Interface</i> (<b>SPI</b>) definition
28 public abstract class SecureRandomSpi implements Serializable { class in inherits:Serializable
33 * Reseeds this {@code SecureRandomSpi} instance with the specified {@code
34 * seed}. The seed of this {@code SecureRandomSpi} instance is supplemented,
53 * the seed generation algorithm used by this {@code SecureRandomSpi}.

Completed in 127 milliseconds