Searched refs:getSecret (Results 1 – 8 of 8) sorted by relevance
59 if (proxy.getSecret() != null) { in InterpreterProcess()60 putEnvironmentVariable("AP_HANDSHAKE", getSecret()); in InterpreterProcess()96 public String getSecret() { in getSecret() method in InterpreterProcess97 return mProxy.getSecret(); in getSecret()
55 mJsonRpcServer = new JsonRpcServer(mFacadeManagerFactory, getSecret()); in AndroidProxy()84 public String getSecret() { in getSecret() method in AndroidProxy
36 public byte[] getSecret() { in getSecret() method in SecretMessage
36 public byte[] getSecret() { in getSecret() method in SecretAckMessage
518 byte[] inbandAlpha = secretAck.getSecret(); in doPairingPhase()549 byte[] inbandAlpha = secretMessage.getSecret(); in doPairingPhase()
500 bytesStr = new String(Base64.encode(message.getSecret(), charsetName)); in toJson()519 bytesStr = new String(Base64.encode(message.getSecret(), charsetName)); in toJson()
425 secret.secret = poloMessage.getSecret(); in toProto()434 secretAck.secret = poloMessage.getSecret(); in toProto()
563 String bytesStr = PoloUtil.bytesToHexString(message.getSecret()); in toXML()