public interface IDigestCalculatorProvider
| Modifier and Type | Method and Description |
|---|---|
IDigestCalculator |
get(IAlgorithmIdentifier algorithmIdentifier)
Calls actual
get method for the wrapped DigestCalculatorProvider object. |
IDigestCalculator get(IAlgorithmIdentifier algorithmIdentifier) throws AbstractOperatorCreationException
get method for the wrapped DigestCalculatorProvider object.algorithmIdentifier - AlgorithmIdentifier wrapperIDigestCalculator the wrapper for received DigestCalculator object.AbstractOperatorCreationException - wrapped OperatorCreationException.Copyright © 1998–2023 Apryse Group NV. All rights reserved.