Uses of Interface
com.flowable.content.engine.crypto.ContentCryptoHandler
-
Packages that use ContentCryptoHandler Package Description com.flowable.content.engine com.flowable.content.engine.impl com.flowable.content.engine.impl.util -
-
Uses of ContentCryptoHandler in com.flowable.content.engine
Fields in com.flowable.content.engine declared as ContentCryptoHandler Modifier and Type Field Description protected ContentCryptoHandler
ContentEngineConfiguration. contentCryptoHandler
Methods in com.flowable.content.engine that return ContentCryptoHandler Modifier and Type Method Description ContentCryptoHandler
ContentEngineConfiguration. getContentCryptoHandler()
Methods in com.flowable.content.engine with parameters of type ContentCryptoHandler Modifier and Type Method Description void
ContentEngineConfiguration. setContentCryptoHandler(ContentCryptoHandler contentCryptoHandler)
-
Uses of ContentCryptoHandler in com.flowable.content.engine.impl
Methods in com.flowable.content.engine.impl with parameters of type ContentCryptoHandler Modifier and Type Method Description static InputStream
ContentItemHelper. getContent(ContentItem contentItem, ContentStorage contentStorage, ContentCryptoHandler contentCryptoHandler)
-
Uses of ContentCryptoHandler in com.flowable.content.engine.impl.util
Methods in com.flowable.content.engine.impl.util that return ContentCryptoHandler Modifier and Type Method Description static ContentCryptoHandler
CommandContextUtil. getContentCryptoHandler()
static ContentCryptoHandler
CommandContextUtil. getContentCryptoHandler(CommandContext commandContext)
-