Uses of Class
org.apache.pulsar.common.api.EncryptionContext
-
Packages that use EncryptionContext Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of EncryptionContext in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return types with arguments of type EncryptionContext Modifier and Type Method Description java.util.Optional<EncryptionContext>
Message. getEncryptionCtx()
EncryptionContext
contains encryption and compression information in it using which application can decrypt consumed message with encrypted-payload.
-