bobcats
bobcats
bobcats
Algorithm
Crypto
Crypto
Hash
Hash
HashAlgorithm
HashAlgorithm
MD5
SHA1
SHA256
SHA512
Hmac
Hmac
HmacAlgorithm
HmacAlgorithm
SHA1
SHA256
SHA512
Key
PrivateKey
PublicKey
SecretKey
SecretKeySpec
SecureEq
SecureEq
bobcats.unsafe
bobcats
/
bobcats
/
Hmac
Hmac
sealed
trait
Hmac
[F[_]] extends
HmacPlatform
[
F
]
Companion
object
Graph
Supertypes
trait
HmacPlatform
[
F
]
class
Object
trait
Matchable
class
Any
Value members
Value members
Abstract methods
def
digest
(key:
SecretKey
[
HmacAlgorithm
], data:
ByteVector
):
F
[
ByteVector
]
def
generateKey
[A <:
HmacAlgorithm
](algorithm: A):
F
[
SecretKey
[A]]
def
importKey
[A <:
HmacAlgorithm
](key:
ByteVector
, algorithm: A):
F
[
SecretKey
[A]]
Inherited methods
def
importJavaKey
(key:
SecretKey
):
F
[
SecretKey
[
HmacAlgorithm
]]
Inherited from
HmacPlatform