Uses of Class
java.security.SecureRandomSpi
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| org.apache.harmony.security.provider.crypto | |
| org.conscrypt |
-
Uses of SecureRandomSpi in java.security
Constructors in java.security with parameters of type SecureRandomSpi Constructor Description SecureRandom(SecureRandomSpi secureRandomSpi, Provider provider)Constructs a new instance ofSecureRandomusing the given implementation from the specified provider. -
Uses of SecureRandomSpi in org.apache.harmony.security.provider.crypto
Subclasses of SecureRandomSpi in org.apache.harmony.security.provider.crypto Modifier and Type Class Description classSHA1PRNG_SecureRandomImplThis class extends the SecureRandomSpi class implementing all its abstract methods. -
Uses of SecureRandomSpi in org.conscrypt
Subclasses of SecureRandomSpi in org.conscrypt Modifier and Type Class Description classOpenSSLRandom