Class/Object

im.actor.server.encryption

EncryptionExtension

Related Docs: object EncryptionExtension | package encryption

Permalink

final class EncryptionExtension extends Extension

Linear Supertypes
Extension, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EncryptionExtension
  2. Extension
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EncryptionExtension(system: ActorSystem)

    Permalink

Type Members

  1. type KeysWithSignatures = (Seq[EncryptionKey], Seq[EncryptionKeySignature])

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createEphermalKeys(userId: Int, keyGroupId: Int, apiKeys: Vector[ApiEncryptionKey], apiSignatures: Vector[ApiEncryptionKeySignature]): Future[Unit]

    Permalink
  7. def createKeyGroup(userId: Int, supportedEncryptions: Seq[String], apiIdentityKey: ApiEncryptionKey, apiKeys: Seq[ApiEncryptionKey], apiSignatures: Seq[ApiEncryptionKeySignature]): Future[Int]

    Permalink
  8. def createKeyGroup(userId: Int, supportedEncryptions: Seq[String], identityKey: EncryptionKey, keys: Seq[EncryptionKey], signatures: Seq[EncryptionKeySignature]): Future[Int]

    Permalink
  9. def deleteKeyGroup(userId: Int, id: Int): Future[Unit]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def fetchApiEphermalKeys(userId: Int, keyGroupId: Int): Future[(Vector[ApiEncryptionKey], Vector[ApiEncryptionKeySignature])]

    Permalink
  13. def fetchApiKeyGroups(userId: Int): Future[Vector[ApiEncryptionKeyGroup]]

    Permalink
  14. def fetchApiKeys(userId: Int, keyGroupId: Int, keyIds: Set[Long]): Future[(Vector[ApiEncryptionKey], Vector[ApiEncryptionKeySignature])]

    Permalink
  15. def fetchEphermalKeys(userId: Int, keyGroupId: Int): Future[Seq[EphermalPublicKey]]

    Permalink
  16. def fetchKeyGroups(userId: Int): Future[Seq[EncryptionKeyGroup]]

    Permalink
  17. def fetchKeys(userId: Int, keyGroupId: Int, keyIds: Set[Long]): Future[KeysWithSignatures]

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Extension

Inherited from AnyRef

Inherited from Any

Ungrouped