Searched refs:bytesToHexString (Results 1 – 8 of 8) sorted by relevance
87 logDebug("getAlpha, nonce=" + PoloUtil.bytesToHexString(nonce)); in getAlpha()120 logVerbose(" client modulus: " + PoloUtil.bytesToHexString(clientModulus)); in getAlpha()121 logVerbose(" client exponent: " + PoloUtil.bytesToHexString(clientExponent)); in getAlpha()122 logVerbose(" server modulus: " + PoloUtil.bytesToHexString(serverModulus)); in getAlpha()123 logVerbose(" server exponent: " + PoloUtil.bytesToHexString(serverExponent)); in getAlpha()124 logVerbose(" nonce: " + PoloUtil.bytesToHexString(nonce)); in getAlpha()136 logDebug("Generated hash: " + PoloUtil.bytesToHexString(digestBytes)); in getAlpha()190 logDebug("Nonce is: " + PoloUtil.bytesToHexString(nonce)); in checkGamma()191 logDebug("User gamma is: " + PoloUtil.bytesToHexString(gamma)); in checkGamma()192 logDebug("Generated gamma is: " + PoloUtil.bytesToHexString(getGamma(nonce))); in checkGamma()
521 "Expected [" + PoloUtil.bytesToHexString(genAlpha) + in doPairingPhase()522 "], got [" + PoloUtil.bytesToHexString(inbandAlpha) + "]"); in doPairingPhase()554 "Expected [" + PoloUtil.bytesToHexString(localAlpha) + in doPairingPhase()555 "], got [" + PoloUtil.bytesToHexString(inbandAlpha) + "]"); in doPairingPhase()
80 public static String bytesToHexString(byte[] bytes) { in bytesToHexString() method in PoloUtil
33 return PoloUtil.bytesToHexString(secretBytes).toLowerCase(); in encodeToString()
34 public static String bytesToHexString(byte[] bytes) { in bytesToHexString() method in Hex
46 ret.append(PoloUtil.bytesToHexString(mSecret)); in toString()
563 String bytesStr = PoloUtil.bytesToHexString(message.getSecret()); in toXML()