DatabaseKey
open class DatabaseKey : DatabaseKeyProtocol, @unchecked Sendable, Equatable
                The key used to encrypt the database.
- 
                  
                  
Construct a new instance from a byte vector.
Declaration
Swift
public convenience init(key: Data) throws - 
                  
                  
Declaration
Swift
public static func == (self: DatabaseKey, other: DatabaseKey) -> Bool