Package org.bouncycastle.cert.crmf
Interface PKMACValuesCalculator
- All Known Implementing Classes:
JcePKMACValuesCalculator
public interface PKMACValuesCalculator
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]calculateDigest(byte[] data) byte[]calculateMac(byte[] pwd, byte[] data) voidsetup(AlgorithmIdentifier digestAlg, AlgorithmIdentifier macAlg)
-
Method Details
-
setup
- Throws:
CRMFException
-
calculateDigest
- Throws:
CRMFException
-
calculateMac
- Throws:
CRMFException
-