EncryptionKey

public enum EncryptionKey

A database encryption key consists of a password string, or a 32-byte AES256 key.

  • password: Password string
  • aes256: 32-byte AES256 data key
  • Undocumented

    Declaration

    Swift

    public enum EncryptionKey
  • Undocumented

    Declaration

    Swift

    public enum EncryptionKey