-
Constructs an EncryptedBlindIndexSalt from its DEKs and bytes
Declaration
Swift
public convenience init(encryptedDeks: [UInt8], encryptedSaltBytes: [UInt8])
-
Encrypted DEKs
Declaration
Swift
public lazy var encryptedDeks: [UInt8] { get set }
-
Encrypted Salt Bytes
Declaration
Swift
public lazy var encryptedSaltBytes: [UInt8] { get set }