akka.remote.security.provider

AkkaProvider

Related Doc: package provider

object AkkaProvider extends Provider

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

Source
AkkaProvider.scala
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: 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 → Hashtable → Map
  6. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Provider
  18. def getName(): String

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

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

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

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

    Definition Classes
    Provider
  23. def getVersion(): Double

    Definition Classes
    Provider
  24. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Properties
  46. def size(): Int

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

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

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

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

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

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

    Definition Classes
    AnyRef
  53. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. 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