public interface PKMACValuesCalculator
| Modifier and Type | Method and Description |
|---|---|
byte[] |
calculateDigest(byte[] data) |
byte[] |
calculateMac(byte[] pwd,
byte[] data) |
void |
setup(AlgorithmIdentifier digestAlg,
AlgorithmIdentifier macAlg) |
void setup(AlgorithmIdentifier digestAlg, AlgorithmIdentifier macAlg) throws CRMFException
CRMFExceptionbyte[] calculateDigest(byte[] data)
throws CRMFException
CRMFExceptionbyte[] calculateMac(byte[] pwd,
byte[] data)
throws CRMFException
CRMFExceptionCopyright © 2015. All rights reserved.