Package org.apache.pulsar.client.api
Class EncryptionKeyInfo
java.lang.Object
org.apache.pulsar.client.api.EncryptionKeyInfo
EncryptionKeyInfo contains the encryption key and corresponding metadata which contains additional information about
the key such as version, timestamp.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EncryptionKeyInfo
public EncryptionKeyInfo() -
EncryptionKeyInfo
-
-
Method Details
-
getKey
public byte[] getKey() -
setKey
public void setKey(byte[] key) -
getMetadata
-
setMetadata
-