类 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.
-
构造器详细资料
-
EncryptionKeyInfo
public EncryptionKeyInfo() -
EncryptionKeyInfo
-
-
方法详细资料
-
getKey
public byte[] getKey() -
setKey
public void setKey(byte[] key) -
getMetadata
-
setMetadata
-