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 checkBox(box: ApiEncryptedBox, ignoredKeyGroups: Map[Int, Set[Int]]): Future[Either[(Vector[ApiKeyGroupId], Vector[ApiKeyGroupId]), Map[Int, Vector[(Long, ApiEncryptedBox)]]]]

    Permalink
  6. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
  14. def fetchApiEphermalKeys(userId: Int, keyGroupId: Int): Future[(Vector[ApiEncryptionKey], Vector[ApiEncryptionKeySignature])]

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

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

    Permalink
  17. def fetchEphermalKeys(userId: Int, keyGroupId: Int, keyIds: Set[Long]): Future[Seq[EphermalPublicKey]]

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

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

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

    Permalink
  21. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from Extension

Inherited from AnyRef

Inherited from Any

Ungrouped