Uses of Interface
io.helidon.security.spi.DigestProvider.VerifyFunction
-
Packages that use DigestProvider.VerifyFunction Package Description io.helidon.security.spi Security component's SPI. -
-
Uses of DigestProvider.VerifyFunction in io.helidon.security.spi
Methods in io.helidon.security.spi with parameters of type DigestProvider.VerifyFunction Modifier and Type Method Description static 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.VerifyFunction Constructor Description DigestSupport(DigestProvider.DigestFunction digestFunction, DigestProvider.VerifyFunction verifyFunction)
Digest support based on the two functions.
-