Searched refs:bytesToHexString (Results 1 - 16 of 16) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/encoding/
H A DHexadecimalEncoder.java33 return PoloUtil.bytesToHexString(secretBytes).toLowerCase();
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DPoloChallengeResponse.java87 logDebug("getAlpha, nonce=" + PoloUtil.bytesToHexString(nonce));
120 logVerbose(" client modulus: " + PoloUtil.bytesToHexString(clientModulus));
121 logVerbose(" client exponent: " + PoloUtil.bytesToHexString(clientExponent));
122 logVerbose(" server modulus: " + PoloUtil.bytesToHexString(serverModulus));
123 logVerbose(" server exponent: " + PoloUtil.bytesToHexString(serverExponent));
124 logVerbose(" nonce: " + PoloUtil.bytesToHexString(nonce));
136 logDebug("Generated hash: " + PoloUtil.bytesToHexString(digestBytes));
190 logDebug("Nonce is: " + PoloUtil.bytesToHexString(nonce));
191 logDebug("User gamma is: " + PoloUtil.bytesToHexString(gamma));
192 logDebug("Generated gamma is: " + PoloUtil.bytesToHexString(getGamm
[all...]
H A DPoloUtil.java80 public static String bytesToHexString(byte[] bytes) { method in class:PoloUtil
H A DPairingSession.java521 "Expected [" + PoloUtil.bytesToHexString(genAlpha) +
522 "], got [" + PoloUtil.bytesToHexString(inbandAlpha) + "]");
554 "Expected [" + PoloUtil.bytesToHexString(localAlpha) +
555 "], got [" + PoloUtil.bytesToHexString(inbandAlpha) + "]");
/external/conscrypt/platform/src/main/java/org/conscrypt/
H A DHex.java34 public static String bytesToHexString(byte[] bytes) { method in class:Hex
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
H A DSecretAckMessage.java46 ret.append(PoloUtil.bytesToHexString(mSecret));
H A DSecretMessage.java46 ret.append(PoloUtil.bytesToHexString(mSecret));
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
H A DXmlMessageBuilder.java563 String bytesStr = PoloUtil.bytesToHexString(message.getSecret());
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 234 milliseconds