| Package | Description |
|---|---|
| javax.crypto |
| Modifier and Type | Method and Description |
|---|---|
static Mac |
Mac.getInstance(String algorithm)
Returns a
Mac object that implements the specified MAC algorithm. |
static Mac |
Mac.getInstance(String algorithm,
String provider)
Returns a
Mac object that implements the specified MAC algorithm. |