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