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
CRMFException
byte[] calculateDigest(byte[] data) throws CRMFException
CRMFException
byte[] calculateMac(byte[] pwd, byte[] data) throws CRMFException
CRMFException
Copyright © 2015. All rights reserved.