c

io.horizen.utils

ChaChaPrngSecureRandomProvider

class ChaChaPrngSecureRandomProvider extends Provider

Linear Supertypes
Provider, Properties, Hashtable[AnyRef, AnyRef], Serializable, Cloneable, Map[AnyRef, AnyRef], Dictionary[AnyRef, AnyRef], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChaChaPrngSecureRandomProvider
  2. Provider
  3. Properties
  4. Hashtable
  5. Serializable
  6. Cloneable
  7. Map
  8. Dictionary
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ChaChaPrngSecureRandomProvider()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clear(): Unit
    Definition Classes
    Provider → Properties → Hashtable → Map
  6. def clone(): AnyRef
    Definition Classes
    Properties → Hashtable → AnyRef
  7. def compute(arg0: Any, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef
    Definition Classes
    Provider → Properties
  8. def compute(arg0: AnyRef, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): AnyRef
    Definition Classes
    Hashtable → Map
  9. def computeIfAbsent(arg0: Any, arg1: Function[_ >: AnyRef, _]): AnyRef
    Definition Classes
    Provider → Properties
  10. def computeIfAbsent(arg0: AnyRef, arg1: Function[_ >: AnyRef, _ <: AnyRef]): AnyRef
    Definition Classes
    Hashtable → Map
  11. def computeIfPresent(arg0: Any, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef
    Definition Classes
    Provider → Properties
  12. def computeIfPresent(arg0: AnyRef, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): AnyRef
    Definition Classes
    Hashtable → Map
  13. def configure(arg0: String): Provider
    Definition Classes
    Provider
  14. def contains(arg0: Any): Boolean
    Definition Classes
    Properties → Hashtable
  15. def containsKey(arg0: Any): Boolean
    Definition Classes
    Properties → Hashtable → Map
  16. def containsValue(arg0: Any): Boolean
    Definition Classes
    Properties → Hashtable → Map
  17. def elements(): Enumeration[AnyRef]
    Definition Classes
    Provider → Properties → Hashtable → Dictionary
  18. def entrySet(): Set[Entry[AnyRef, AnyRef]]
    Definition Classes
    Provider → Properties → Hashtable → Map
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    Properties → Hashtable → Map → AnyRef → Any
  21. def forEach(arg0: BiConsumer[_ >: AnyRef, _ >: AnyRef]): Unit
    Definition Classes
    Provider → Properties → Hashtable → Map
  22. def get(arg0: Any): AnyRef
    Definition Classes
    Provider → Properties → Hashtable → Map → Dictionary
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def getInfo(): String
    Definition Classes
    Provider
  25. def getName(): String
    Definition Classes
    Provider
  26. def getOrDefault(arg0: Any, arg1: Any): AnyRef
    Definition Classes
    Provider → Properties → Hashtable → Map
  27. def getProperty(arg0: String): String
    Definition Classes
    Provider → Properties
  28. def getProperty(arg0: String, arg1: String): String
    Definition Classes
    Properties
  29. def getService(arg0: String, arg1: String): Service
    Definition Classes
    Provider
  30. def getServices(): Set[Service]
    Definition Classes
    Provider
  31. def getVersionStr(): String
    Definition Classes
    Provider
  32. def hashCode(): Int
    Definition Classes
    Properties → Hashtable → Map → AnyRef → Any
  33. def isConfigured(): Boolean
    Definition Classes
    Provider
  34. def isEmpty(): Boolean
    Definition Classes
    Properties → Hashtable → Map → Dictionary
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def keySet(): Set[AnyRef]
    Definition Classes
    Provider → Properties → Hashtable → Map
  37. def keys(): Enumeration[AnyRef]
    Definition Classes
    Provider → Properties → Hashtable → Dictionary
  38. def list(arg0: PrintWriter): Unit
    Definition Classes
    Properties
  39. def list(arg0: PrintStream): Unit
    Definition Classes
    Properties
  40. def load(arg0: InputStream): Unit
    Definition Classes
    Provider → Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def load(arg0: Reader): Unit
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def loadFromXML(arg0: InputStream): Unit
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  43. def merge(arg0: Any, arg1: Any, arg2: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef
    Definition Classes
    Provider → Properties
  44. def merge(arg0: AnyRef, arg1: AnyRef, arg2: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): AnyRef
    Definition Classes
    Hashtable → Map
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. def propertyNames(): Enumeration[_]
    Definition Classes
    Properties
  49. def put(arg0: Any, arg1: Any): AnyRef
    Definition Classes
    Provider → Properties → Hashtable → Map → Dictionary
  50. def putAll(arg0: Map[_, _]): Unit
    Definition Classes
    Provider → Properties
  51. def putAll(arg0: Map[_ <: AnyRef, _ <: AnyRef]): Unit
    Definition Classes
    Hashtable → Map
  52. def putIfAbsent(arg0: Any, arg1: Any): AnyRef
    Definition Classes
    Provider → Properties → Hashtable → Map
  53. def putService(arg0: Service): Unit
    Attributes
    protected[security]
    Definition Classes
    Provider
  54. def rehash(): Unit
    Attributes
    protected[util]
    Definition Classes
    Properties → Hashtable
  55. def remove(arg0: Any, arg1: Any): Boolean
    Definition Classes
    Provider → Properties → Hashtable → Map
  56. def remove(arg0: Any): AnyRef
    Definition Classes
    Provider → Properties → Hashtable → Map → Dictionary
  57. def removeService(arg0: Service): Unit
    Attributes
    protected[security]
    Definition Classes
    Provider
  58. def replace(arg0: Any, arg1: Any): AnyRef
    Definition Classes
    Provider → Properties → Hashtable → Map
  59. def replace(arg0: Any, arg1: Any, arg2: Any): Boolean
    Definition Classes
    Provider → Properties → Hashtable → Map
  60. def replaceAll(arg0: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): Unit
    Definition Classes
    Provider → Properties
  61. def replaceAll(arg0: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Unit
    Definition Classes
    Hashtable → Map
  62. def setProperty(arg0: String, arg1: String): AnyRef
    Definition Classes
    Properties
  63. def size(): Int
    Definition Classes
    Properties → Hashtable → Map → Dictionary
  64. def store(arg0: OutputStream, arg1: String): Unit
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  65. def store(arg0: Writer, arg1: String): Unit
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  66. def storeToXML(arg0: OutputStream, arg1: String, arg2: Charset): Unit
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  67. def storeToXML(arg0: OutputStream, arg1: String, arg2: String): Unit
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  68. def storeToXML(arg0: OutputStream, arg1: String): Unit
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  69. def stringPropertyNames(): Set[String]
    Definition Classes
    Properties
  70. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  71. def toString(): String
    Definition Classes
    Provider → Properties → Hashtable → AnyRef → Any
  72. def values(): Collection[AnyRef]
    Definition Classes
    Provider → Properties → Hashtable → Map
  73. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def getVersion(): Double
    Definition Classes
    Provider
    Annotations
    @Deprecated
    Deprecated
  3. def save(arg0: OutputStream, arg1: String): Unit
    Definition Classes
    Properties
    Annotations
    @Deprecated
    Deprecated

Inherited from Provider

Inherited from Properties

Inherited from Hashtable[AnyRef, AnyRef]

Inherited from Serializable

Inherited from Cloneable

Inherited from Map[AnyRef, AnyRef]

Inherited from Dictionary[AnyRef, AnyRef]

Inherited from AnyRef

Inherited from Any

Ungrouped