Class ZrtpSecureRandom

  • All Implemented Interfaces:
    Serializable

    public class ZrtpSecureRandom
    extends SecureRandom
    Utility class that provides a singleton for secure random numbers inside the entire ZRTP library.
    See Also:
    Serialized Form
    • Constructor Detail

      • ZrtpSecureRandom

        public ZrtpSecureRandom()
    • Method Detail

      • setInstance

        public static void setInstance​(SecureRandom secureRandom)