Package | Description |
---|---|
com.fortanix.sdkms.v1.api | |
com.fortanix.sdkms.v1.model |
Modifier and Type | Method and Description |
---|---|
MacVerifyResponse |
DigestApi.verifyMac(String keyId,
MacVerifyRequest body)
Verify MAC using a key
The data to be MACed, the algorithm, and a pre-computed MAC are provided in the request body, and the key id is provided in the URL.
|
Modifier and Type | Method and Description |
---|---|
MacVerifyRequest |
MacVerifyRequest.alg(DigestAlgorithm alg) |
MacVerifyRequest |
MacVerifyRequest.data(byte[] data) |
MacVerifyRequest |
MacVerifyRequest.digest(byte[] digest) |
MacVerifyRequest |
MacVerifyRequest.mac(byte[] mac) |
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved