加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090327210034/http://developer.android.com:80/reference/java/security/SecureRandomSpi.html
public abstract class

SecureRandomSpi

extends Object
implements Serializable
java.lang.Object
   ↳ java.security.SecureRandomSpi

Class Overview

This class is a Service Provider Interface (therefore the Spi suffix) for secure random number generation algorithms to be supplied by providers.

Summary

Public Constructors
SecureRandomSpi()
Protected Methods
abstract byte[] engineGenerateSeed(int numBytes)
abstract void engineNextBytes(byte[] bytes)
abstract void engineSetSeed(byte[] seed)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SecureRandomSpi ()

Protected Methods

protected abstract byte[] engineGenerateSeed (int numBytes)

protected abstract void engineNextBytes (byte[] bytes)

protected abstract void engineSetSeed (byte[] seed)