Skip to main content

Enumeration: STORAGE_TYPE

Enum representing storage types. (Android only)

Enumeration Members

AES

AES: "KeystoreAESCBC"

Encryptions without human interaction.

Defined in

index.ts:92


FB

FB: "FacebookConceal"

Facebook compatibility cipher.

Defined in

index.ts:90


KC

KC: "keychain"

iOS Keychain or Android default storage.

Defined in

index.ts:96


RSA

RSA: "KeystoreRSAECB"

Encryption with biometrics.

Defined in

index.ts:94