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

Type Members

  1. class LineReader extends AnyRef

    Attributes
    private[java.util]
    Definition Classes
    Properties

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 → Hashtable → Map
  8. def clone(): AnyRef

    Definition Classes
    Hashtable → AnyRef
  9. def contains(arg0: Any): Boolean

    Definition Classes
    Hashtable
  10. def containsKey(arg0: Any): Boolean

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

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

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

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

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

    Definition Classes
    Hashtable → Map → AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def get(arg0: Any): AnyRef

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

    Definition Classes
    AnyRef → Any
  19. def getInfo(): String

    Definition Classes
    Provider
  20. def getName(): String

    Definition Classes
    Provider
  21. def getProperty(arg0: String): String

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

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

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

    Definition Classes
    Provider
  25. def getVersion(): Double

    Definition Classes
    Provider
  26. def hashCode(): Int

    Definition Classes
    Hashtable → Map → AnyRef → Any
  27. def isEmpty(): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    Properties
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  36. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. def propertyNames(): Enumeration[_]

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

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

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

    Definition Classes
    Hashtable → Map
  43. def putService(arg0: Service): Unit

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

    Attributes
    protected[java.util]
    Definition Classes
    Hashtable
  45. def remove(arg0: Any): AnyRef

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

    Attributes
    protected[java.security]
    Definition Classes
    Provider
  47. def setProperty(arg0: String, arg1: String): AnyRef

    Definition Classes
    Properties
  48. def size(): Int

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

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

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

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

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

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

    Definition Classes
    AnyRef
  55. def toString(): String

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

    Definition Classes
    Provider → Hashtable → Map
  57. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. 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