akka.remote.security.provider

AkkaProvider

object AkkaProvider extends Provider

A provider that for AES128CounterRNGFast, a cryptographically secure random number generator through SecureRandom

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. AkkaProvider
  2. Provider
  3. Properties
  4. Hashtable
  5. Serializable
  6. Cloneable
  7. Map
  8. Dictionary
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clear(): Unit

    Definition Classes
    Provider → Properties → Hashtable → Map
  8. def clone(): AnyRef

    Definition Classes
    Properties → Hashtable → AnyRef
  9. def compute(arg0: Any, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef

    Definition Classes
    Provider → Properties
  10. def compute(arg0: AnyRef, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): AnyRef

    Definition Classes
    Hashtable → Map
  11. def computeIfAbsent(arg0: Any, arg1: Function[_ >: AnyRef, _]): AnyRef

    Definition Classes
    Provider → Properties
  12. def computeIfAbsent(arg0: AnyRef, arg1: Function[_ >: AnyRef, _ <: AnyRef]): AnyRef

    Definition Classes
    Hashtable → Map
  13. def computeIfPresent(arg0: Any, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef

    Definition Classes
    Provider → Properties
  14. def computeIfPresent(arg0: AnyRef, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): AnyRef

    Definition Classes
    Hashtable → Map
  15. def configure(arg0: String): Provider

    Definition Classes
    Provider
  16. def contains(arg0: Any): Boolean

    Definition Classes
    Properties → Hashtable
  17. def containsKey(arg0: Any): Boolean

    Definition Classes
    Properties → Hashtable → Map
  18. def containsValue(arg0: Any): Boolean

    Definition Classes
    Properties → Hashtable → Map
  19. def elements(): Enumeration[AnyRef]

    Definition Classes
    Provider → Properties → Hashtable → Dictionary
  20. def entrySet(): Set[Entry[AnyRef, AnyRef]]

    Definition Classes
    Provider → Properties → Hashtable → Map
  21. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Definition Classes
    Properties → Hashtable → Map → AnyRef → Any
  23. def forEach(arg0: BiConsumer[_ >: AnyRef, _ >: AnyRef]): Unit

    Definition Classes
    Provider → Properties → Hashtable → Map
  24. def get(arg0: Any): AnyRef

    Definition Classes
    Provider → Properties → Hashtable → Map → Dictionary
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def getInfo(): String

    Definition Classes
    Provider
  27. def getName(): String

    Definition Classes
    Provider
  28. def getOrDefault(arg0: Any, arg1: Any): AnyRef

    Definition Classes
    Provider → Properties → Hashtable → Map
  29. def getProperty(arg0: String): String

    Definition Classes
    Provider → Properties
  30. def getProperty(arg0: String, arg1: String): String

    Definition Classes
    Properties
  31. def getService(arg0: String, arg1: String): Service

    Definition Classes
    Provider
  32. def getServices(): Set[Service]

    Definition Classes
    Provider
  33. def getVersionStr(): String

    Definition Classes
    Provider
  34. def hashCode(): Int

    Definition Classes
    Properties → Hashtable → Map → AnyRef → Any
  35. def isConfigured(): Boolean

    Definition Classes
    Provider
  36. def isEmpty(): Boolean

    Definition Classes
    Properties → Hashtable → Map → Dictionary
  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. def keySet(): Set[AnyRef]

    Definition Classes
    Provider → Properties → Hashtable → Map
  39. def keys(): Enumeration[AnyRef]

    Definition Classes
    Provider → Properties → Hashtable → Dictionary
  40. def list(arg0: PrintWriter): Unit

    Definition Classes
    Properties
  41. def list(arg0: PrintStream): Unit

    Definition Classes
    Properties
  42. def load(arg0: InputStream): Unit

    Definition Classes
    Provider → Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  43. def load(arg0: Reader): Unit

    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  44. def loadFromXML(arg0: InputStream): Unit

    Definition Classes
    Properties
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  45. def merge(arg0: Any, arg1: Any, arg2: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef

    Definition Classes
    Provider → Properties
  46. def merge(arg0: AnyRef, arg1: AnyRef, arg2: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): AnyRef

    Definition Classes
    Hashtable → Map
  47. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  49. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  50. def propertyNames(): Enumeration[_]

    Definition Classes
    Properties
  51. def put(arg0: Any, arg1: Any): AnyRef

    Definition Classes
    Provider → Properties → Hashtable → Map → Dictionary
  52. def putAll(arg0: Map[_, _]): Unit

    Definition Classes
    Provider → Properties
  53. def putAll(arg0: Map[_ <: AnyRef, _ <: AnyRef]): Unit

    Definition Classes
    Hashtable → Map
  54. def putIfAbsent(arg0: Any, arg1: Any): AnyRef

    Definition Classes
    Provider → Properties → Hashtable → Map
  55. def putService(arg0: Service): Unit

    Attributes
    protected[java.security]
    Definition Classes
    Provider
  56. def rehash(): Unit

    Attributes
    protected[java.util]
    Definition Classes
    Properties → Hashtable
  57. def remove(arg0: Any, arg1: Any): Boolean

    Definition Classes
    Provider → Properties → Hashtable → Map
  58. def remove(arg0: Any): AnyRef

    Definition Classes
    Provider → Properties → Hashtable → Map → Dictionary
  59. def removeService(arg0: Service): Unit

    Attributes
    protected[java.security]
    Definition Classes
    Provider
  60. def replace(arg0: Any, arg1: Any): AnyRef

    Definition Classes
    Provider → Properties → Hashtable → Map
  61. def replace(arg0: Any, arg1: Any, arg2: Any): Boolean

    Definition Classes
    Provider → Properties → Hashtable → Map
  62. def replaceAll(arg0: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): Unit

    Definition Classes
    Provider → Properties
  63. def replaceAll(arg0: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Unit

    Definition Classes
    Hashtable → Map
  64. def setProperty(arg0: String, arg1: String): AnyRef

    Definition Classes
    Properties
  65. def size(): Int

    Definition Classes
    Properties → Hashtable → Map → Dictionary
  66. def store(arg0: OutputStream, arg1: String): Unit

    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  67. def store(arg0: Writer, arg1: String): Unit

    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  68. def storeToXML(arg0: OutputStream, arg1: String, arg2: Charset): Unit

    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  69. def storeToXML(arg0: OutputStream, arg1: String, arg2: String): Unit

    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  70. def storeToXML(arg0: OutputStream, arg1: String): Unit

    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  71. def stringPropertyNames(): Set[String]

    Definition Classes
    Properties
  72. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  73. def toString(): String

    Definition Classes
    Provider → Properties → Hashtable → AnyRef → Any
  74. def values(): Collection[AnyRef]

    Definition Classes
    Provider → Properties → Hashtable → Map
  75. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getVersion(): Double

    Definition Classes
    Provider
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def save(arg0: OutputStream, arg1: String): Unit

    Definition Classes
    Properties
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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