Class Sha256HashingService
- java.lang.Object
-
- de.adorsys.psd2.validator.signature.service.algorithm.hashing.AbstractShaHashingService
-
- de.adorsys.psd2.validator.signature.service.algorithm.hashing.Sha256HashingService
-
- All Implemented Interfaces:
HashingService
public class Sha256HashingService extends AbstractShaHashingService
-
-
Constructor Summary
Constructors Constructor Description Sha256HashingService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HashingAlgorithmgetAlgorithm()-
Methods inherited from class de.adorsys.psd2.validator.signature.service.algorithm.hashing.AbstractShaHashingService
hash
-
-
-
-
Method Detail
-
getAlgorithm
protected HashingAlgorithm getAlgorithm()
- Specified by:
getAlgorithmin classAbstractShaHashingService
-
-