AbstractSecretBox class
This simple abstract class can be extended by different implementations to provide encryption at rest for some implementations of AbstractPrivateKeyStore.
Signature:
export declare abstract class AbstractSecretBox
Methods
| Method | Modifiers | Description |
|---|---|---|
| decrypt(encryptedMessageHex) | abstract | |
| encrypt(message) | abstract |