Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DvcEncryption

Defines the cipher used for encryption / decryption.

The cipher is always used as a stream cipher, i.e. block ciphers are used in OFB mode (so decryption and encryption are the same operation). IV is zero.

Index

Enumeration members

Enumeration members

AES128 = 2
AES256 = 3
NONE = 0
RC4 = 1

Generated using TypeDoc