CryptoPlatformCompat

smithy4s.aws.kernel.CryptoPlatformCompat

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AwsCrypto.type

Members list

Concise view

Type members

Types

type Binary = Array[Byte]

Value members

Concrete methods

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