Interface IEncryptedFile

Hierarchy

  • IEncryptedFile

Properties

Properties

hashes: {
    [alg: string]: string;
}

Type declaration

  • [alg: string]: string
iv: string
key: {
    alg: string;
    ext: boolean;
    k: string;
    key_ops: string[];
    kty: string;
}

Type declaration

  • alg: string
  • ext: boolean
  • k: string
  • key_ops: string[]
  • kty: string
mimetype?: string
url: string
v: string

Generated using TypeDoc