Uses of Class
io.wcm.devops.conga.generator.spi.context.ValueEncryptionContext
-
Packages that use ValueEncryptionContext Package Description io.wcm.devops.conga.generator.spi CONGA SPI with interfaces for the supported plugin types. -
-
Uses of ValueEncryptionContext in io.wcm.devops.conga.generator.spi
Methods in io.wcm.devops.conga.generator.spi with parameters of type ValueEncryptionContext Modifier and Type Method Description Object
ValueEncryptionPlugin. encrypt(String parameterName, Object value, ValueEncryptionContext context)
Encrypt value.
-