* Check if encryption is available on this system
()
| 33 | * Check if encryption is available on this system |
| 34 | */ |
| 35 | private isEncryptionAvailable(): boolean { |
| 36 | return safeStorage.isEncryptionAvailable() |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * Save authentication data (encrypted if possible) |
no outgoing calls
no test coverage detected