Uses of Class
org.apache.pulsar.client.api.EncryptionKeyInfo
-
Packages that use EncryptionKeyInfo Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of EncryptionKeyInfo in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return EncryptionKeyInfo Modifier and Type Method Description EncryptionKeyInfoCryptoKeyReader. getPrivateKey(java.lang.String keyName, java.util.Map<java.lang.String,java.lang.String> metadata)EncryptionKeyInfoCryptoKeyReader. getPublicKey(java.lang.String keyName, java.util.Map<java.lang.String,java.lang.String> metadata)Return the encryption key corresponding to the key name in the argument.
-