JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
cloud.opencode.base.crypto
cloud.opencode.base.crypto.mac
JcaHmac
Uses of Class
cloud.opencode.base.crypto.mac.JcaHmac
Packages that use
JcaHmac
Package
Description
cloud.opencode.base.crypto.mac
Uses of
JcaHmac
in
cloud.opencode.base.crypto.mac
Methods in
cloud.opencode.base.crypto.mac
that return
JcaHmac
Modifier and Type
Method
Description
static
JcaHmac
JcaHmac.
of
(
String
algorithm, byte[] key)
Creates a new HMAC instance with the given algorithm name and raw key.
static
JcaHmac
JcaHmac.
of
(
String
algorithm,
SecretKey
key)
Creates a new HMAC instance with the given algorithm name and
SecretKey
.