public class MacBasedPRF extends Object
| Constructor and Description |
|---|
MacBasedPRF(String macAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
doFinal() |
byte[] |
doFinal(byte[] M) |
int |
getHLen() |
void |
init(byte[] P) |
void |
update(byte[] U) |
void |
update(byte[] U,
int start,
int len) |
public MacBasedPRF(String macAlgorithm)
Copyright © 2021. All rights reserved.