Uses of Interface
io.helidon.security.spi.DigestProvider.DigestFunction
Packages that use DigestProvider.DigestFunction
-
Uses of DigestProvider.DigestFunction in io.helidon.security.spi
Methods in io.helidon.security.spi with parameters of type DigestProvider.DigestFunctionModifier and TypeMethodDescriptionstatic DigestProvider.DigestSupport
DigestProvider.DigestSupport.create
(DigestProvider.DigestFunction digestFunction, DigestProvider.VerifyFunction verifyFunction) Create a new support based on digest and verify functions.Constructors in io.helidon.security.spi with parameters of type DigestProvider.DigestFunctionModifierConstructorDescriptionprotected
DigestSupport
(DigestProvider.DigestFunction digestFunction, DigestProvider.VerifyFunction verifyFunction) Digest support based on the two functions.