(data: string)
| 2 | |
| 3 | export interface EncryptionInterface { |
| 4 | getEncryptedString(data: string): string |
| 5 | decryptSecretString(secret: string): string | null |
| 6 | decryptEncSecret(entry: any): any | null |
| 7 | getEncryptionStatus(): boolean |
nothing calls this directly
no outgoing calls
no test coverage detected