Aes

tasks.util.Aes
object Aes

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Aes.type

Members list

Type members

Classlikes

sealed abstract class Error(message: String, cause: Option[Throwable]) extends Exception, Product, Serializable

Attributes

Companion
object
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object Error

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Error.type

Value members

Concrete methods

def decrypt[F[_] : Sync](key: SecretKey): (F, Byte) => Byte
def encrypt[F[_] : SecureRandom](key: SecretKey, chunkSize: Int): (F, Byte) => Byte
def generateKeyHexString(implicit ev: SecureRandom[IO]): IO[String]
def keyFromHex(hexString: String): Option[SecretKey]