KeyHierarchy

lofi_acl.access.KeyHierarchy
sealed trait KeyHierarchy

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def decryptDelta(dot: Dot, encryptedDeltaParts: EncryptedDeltaParts): IsolatedDeltaParts
def encryptDelta(dot: Dot, isolatedDeltaParts: IsolatedDeltaParts): EncryptedDeltaParts
def pathKey(path: Array[String]): Option[KeyDerivationKey]

Concrete methods

def encryptionKey(path: Array[String], dot: Dot): Option[ChaCha20Poly1305]