Searched defs:encryptedTopic (Results 1 – 5 of 5) sorted by relevance
49 public static CombinedTopic create(Topic topic, EncryptedTopic encryptedTopic) { in create()71 public abstract CombinedTopic.Builder setEncryptedTopic(EncryptedTopic encryptedTopic); in setEncryptedTopic()
78 byte[] encryptedTopic, String keyIdentifier, byte[] encapsulatedKey) { in create()94 public abstract EncryptedTopic.Builder setEncryptedTopic(byte[] encryptedTopic); in setEncryptedTopic()
55 public EncryptedTopic( in EncryptedTopic()
259 EncryptedTopic encryptedTopic = in getEncryptedTopicList() local
261 EncryptedTopic encryptedTopic = EncryptedTopic.getDefaultInstance(); in getTopics() local