public class SecureRandoms extends Object
| 构造器和说明 |
|---|
SecureRandoms() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SecureRandom |
getNativePRNG() |
static SecureRandom |
getSecureRandom(String algorithm) |
static SecureRandom |
getSecureRandom(String algorithm,
String provider) |
static SecureRandom |
getSHA1PRNG() |
static SecureRandom |
getSHA1PRNG(String provider) |
public static SecureRandom getNativePRNG()
public static SecureRandom getSHA1PRNG()
public static SecureRandom getSHA1PRNG(String provider)
public static SecureRandom getSecureRandom(String algorithm)
public static SecureRandom getSecureRandom(String algorithm, String provider)
Copyright © 2021. All rights reserved.