CryptoPlatformCompat

Companion:
object
class Object
trait Matchable
class Any
object AwsCrypto.type

Type members

Types

type Binary = Buffer

Value members

Concrete methods

def binaryFromString(str: String): Binary
def hmacSha256(data: String, key: Binary): Binary
def sha256HexDigest(message: Array[Byte]): String
def sha256HexDigest(message: String): String
def toHexString(binary: Binary): String