Uses of Class
java.security.SecureRandom

Packages that use SecureRandom
Package Description
java.security
Extensible cryptographic service provider infrastructure (SPI) for using and defining services such as Certificates, Keys, KeyStores, MessageDigests, and Signatures.
java.security.interfaces
This package provides the interfaces needed to generate: (1) Keys for the RSA asymmetric encryption algorithm using the PKCS#1 standard; (2) Keys for the Digital Signature Algorithm (DSA) specified by FIPS-186; (3) Keys for a generic Elliptic Curve asymmetric encryption algorithm.
javax.crypto
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or key agreement.
javax.net.ssl
This package provides classes and interfaces needed to use the Secure Sockets Layer (SSL) protocol and the successor Transport Layer Security (TLS) protocol.
org.apache.harmony.crypto.internal  
org.apache.http.conn.ssl
TLS/SSL specific parts of the HttpConn API.
org.bouncycastle.cms  
org.bouncycastle.crypto  
org.bouncycastle.crypto.generators  
org.bouncycastle.crypto.paddings  
org.bouncycastle.crypto.params  
org.bouncycastle.jcajce.provider.asymmetric.dh  
org.bouncycastle.jcajce.provider.asymmetric.dsa  
org.bouncycastle.jcajce.provider.asymmetric.ec  
org.bouncycastle.jcajce.provider.asymmetric.rsa  
org.bouncycastle.jcajce.provider.keystore.bc  
org.bouncycastle.jcajce.provider.keystore.pkcs12  
org.bouncycastle.jcajce.provider.symmetric  
org.bouncycastle.jcajce.provider.symmetric.util  
org.bouncycastle.jce.interfaces  
org.bouncycastle.jce.netscape  
org.bouncycastle.jce.provider  
org.bouncycastle.operator.jcajce  
org.bouncycastle.util  
org.bouncycastle.x509  
org.conscrypt