Searched defs:SecretMessage (Results 1 - 3 of 3) sorted by relevance

/external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
H A Dsecretmessage.h29 class SecretMessage : public PoloMessage { class in namespace:polo::pairing::message
33 explicit SecretMessage(const std::vector<uint8_t>& secret);
43 DISALLOW_COPY_AND_ASSIGN(SecretMessage);
H A Dsecretmessage.cc24 SecretMessage::SecretMessage(const std::vector<uint8_t>& secret) function in class:polo::pairing::message::SecretMessage
29 const std::vector<uint8_t>& SecretMessage::secret() const {
33 std::string SecretMessage::ToString() const {
35 ss << "[SecretMessage secret="
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
H A DSecretMessage.java27 public class SecretMessage extends PoloMessage { class in inherits:PoloMessage
31 public SecretMessage(byte[] secret) { method in class:SecretMessage
57 if (!(obj instanceof SecretMessage)) {
61 SecretMessage other = (SecretMessage) obj;

Completed in 1740 milliseconds