Searched refs:setEncryptedTopic (Results 1 – 2 of 2) sorted by relevance
53 return builder().setTopic(topic).setEncryptedTopic(encryptedTopic).build(); in create()71 public abstract CombinedTopic.Builder setEncryptedTopic(EncryptedTopic encryptedTopic); in setEncryptedTopic() method in CombinedTopic.Builder
84 .setEncryptedTopic(encryptedTopic) in create()94 public abstract EncryptedTopic.Builder setEncryptedTopic(byte[] encryptedTopic); in setEncryptedTopic() method in EncryptedTopic.Builder