EncryptionService

oxygen.crypto.service.EncryptionService
See theEncryptionService companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Live

Members list

Value members

Abstract methods

def decrypt(value: EncryptedValue): IO[EncryptionError, String]
def encrypt(value: String): IO[EncryptionError, EncryptedValue]