Uses of Class
java.security.SecureRandom

  • Packages that use SecureRandom
    Package Description
    java.security
    Provides the classes and interfaces for the security framework.
    java.security.interfaces
    Provides interfaces for generating RSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm) keys as defined in the RSA Laboratory Technical Note PKCS#1, and DSA (Digital Signature Algorithm) keys as defined in NIST's FIPS-186.
    javax.crypto
    Provides the classes and interfaces for cryptographic operations.
    javax.net.ssl
    Provides classes for the secure socket package.