Skip to content

BarkEncryptedPushAlgorithm

github-actions[bot] edited this page Dec 5, 2023 · 26 revisions

Enumeration: BarkEncryptedPushAlgorithm

The algorithms of Bark encrypted push

Table of contents

Enumeration Members

Enumeration Members

AES_128_CBC

AES_128_CBC = "aes-128-cbc"

Defined in

src/model/enumeration/BarkEncryptedPushAlgorithm.ts:5


AES_128_ECB

AES_128_ECB = "aes-128-ecb"

Defined in

src/model/enumeration/BarkEncryptedPushAlgorithm.ts:8


AES_192_CBC

AES_192_CBC = "aes-192-cbc"

Defined in

src/model/enumeration/BarkEncryptedPushAlgorithm.ts:6


AES_192_ECB

AES_192_ECB = "aes-192-ecb"

Defined in

src/model/enumeration/BarkEncryptedPushAlgorithm.ts:9


AES_256_CBC

AES_256_CBC = "aes-256-cbc"

Defined in

src/model/enumeration/BarkEncryptedPushAlgorithm.ts:7


AES_256_ECB

AES_256_ECB = "aes-256-ecb"

Defined in

src/model/enumeration/BarkEncryptedPushAlgorithm.ts:10