public interface PKMACValuesCalculator
| Modifier and Type | Method and Description |
|---|---|
byte[] |
calculateDigest(byte[] data) |
byte[] |
calculateMac(byte[] pwd,
byte[] data) |
void |
setup(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlg,
org.bouncycastle.asn1.x509.AlgorithmIdentifier macAlg) |
void setup(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlg,
org.bouncycastle.asn1.x509.AlgorithmIdentifier macAlg)
throws CRMFException
CRMFExceptionbyte[] calculateDigest(byte[] data)
throws CRMFException
CRMFExceptionbyte[] calculateMac(byte[] pwd,
byte[] data)
throws CRMFException
CRMFException