AwsCrypto

class Object
trait Matchable
class Any

Type members

Inherited types

type Binary = Array[Byte]
Inherited from:
CryptoPlatformCompat

Value members

Inherited methods

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