| /expo/packages/expo-random/build/ |
| H A D | Random.js | 1 import { toByteArray } from 'base64-js'; 41 return toByteArray(base64); 63 return toByteArray(base64);
|
| H A D | Random.js.map | 1 …toByteArray } from 'base64-js';\nimport { UnavailabilityError } from 'expo-modules-core';\n\nimpor…
|
| /expo/packages/expo-random/src/ |
| H A D | Random.ts | 1 import { toByteArray } from 'base64-js'; 52 return toByteArray(base64); 73 return toByteArray(base64);
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/codesigning/ |
| H A D | CodeSigningConfigurationTest.kt | 101 ….validateSignature("sig=\"aGVsbG8=\"", CertificateFixtures.testNewManifestBody.toByteArray(), null) in test_getAcceptSignatureHeader_CreatesSignatureHeaderEscapedValues() 120 …e("sig=\"aGVsbG8=\", keyid=\"other\"", CertificateFixtures.testNewManifestBody.toByteArray(), null) in test_validateSignature_ThrowsWhenKeyDoesNotMatch() 139 ….testNewManifestBodySignature, CertificateFixtures.testNewManifestBody.toByteArray(), leafCert + i… in test_validateSignature_DoesNotUseChainInManifestResponseIfFlagIsFalse() 156 …stBodyValidChainLeafSignature, CertificateFixtures.testNewManifestBody.toByteArray(), leafCert + i… in test_validateSignature_DoesUseChainInManifestResponseIfFlagIsTrue() 171 …gConfiguration.validateSignature(null, CertificateFixtures.testNewManifestBody.toByteArray(), null) in test_validateSignature_AllowsUnsignedManifestIfAllowUnsignedFlagIsTrue() 184 ….validateSignature("sig=\"aGVsbG8=\"", CertificateFixtures.testNewManifestBody.toByteArray(), null) in test_validateSignature_ChecksSignedManifestIfAllowUnsignedFlagIsTrueButSignatureIsProvided()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/network/ |
| H A D | ManualExpoResponse.kt | 18 override fun byteStream(): InputStream = ByteArrayInputStream(string.toByteArray()) in string() 21 override fun bytes(): ByteArray = string.toByteArray() in string()
|
| /expo/packages/expo-crypto/build/ |
| H A D | Crypto.js | 1 import { toByteArray } from 'base64-js'; 38 return toByteArray(base64); 59 return toByteArray(base64);
|
| /expo/packages/expo-crypto/src/ |
| H A D | Crypto.ts | 1 import { toByteArray } from 'base64-js'; 44 return toByteArray(base64); 64 return toByteArray(base64);
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | ImageUtil.java | 23 return Base64.encodeToString(outputStream.toByteArray(), Base64.DEFAULT); in convert()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | ImageUtil.java | 24 return Base64.encodeToString(outputStream.toByteArray(), Base64.DEFAULT); in convert()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | ImageUtil.java | 24 return Base64.encodeToString(outputStream.toByteArray(), Base64.DEFAULT); in convert()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/ |
| H A D | ImageUtil.java | 23 return Base64.encodeToString(outputStream.toByteArray(), Base64.DEFAULT); in convert()
|
| /expo/packages/expo-random/src/__tests__/ |
| H A D | Random-test.ts | 9 jest.mock('base64-js', () => ({ toByteArray: jest.fn(() => {}) }));
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ |
| H A D | Base64Serialization.kt | 17 Base64.encodeToString(byteArrayOutputStream.toByteArray(), Base64.NO_WRAP) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/ |
| H A D | Base64Serialization.kt | 17 Base64.encodeToString(byteArrayOutputStream.toByteArray(), Base64.NO_WRAP) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/crypto/ |
| H A D | CryptoModule.kt | 17 …val messageDigest = MessageDigest.getInstance(algorithm.value).apply { update(data.toByteArray()) } in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/ |
| H A D | Base64Serialization.kt | 17 Base64.encodeToString(byteArrayOutputStream.toByteArray(), Base64.NO_WRAP) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/ |
| H A D | Base64Serialization.kt | 17 Base64.encodeToString(byteArrayOutputStream.toByteArray(), Base64.NO_WRAP) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/crypto/ |
| H A D | CryptoModule.kt | 35 …val messageDigest = MessageDigest.getInstance(algorithm.value).apply { update(data.toByteArray()) } in <lambda>()
|
| /expo/packages/expo-crypto/android/src/main/java/expo/modules/crypto/ |
| H A D | CryptoModule.kt | 35 …val messageDigest = MessageDigest.getInstance(algorithm.value).apply { update(data.toByteArray()) } in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/crypto/ |
| H A D | CryptoModule.kt | 35 …val messageDigest = MessageDigest.getInstance(algorithm.value).apply { update(data.toByteArray()) } in <lambda>()
|
| /expo/packages/expo-image-manipulator/android/src/main/java/expo/modules/imagemanipulator/ |
| H A D | ImageManipulatorModule.kt | 55 base64String = Base64.encodeToString(byteOut.toByteArray(), Base64.NO_WRAP) in <lambda>()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/ |
| H A D | LegacySignatureUtils.kt | 101 signature.update(plainText.toByteArray()) in verifyPublicRSASignature()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/imagemanipulator/ |
| H A D | ImageManipulatorModule.kt | 55 base64String = Base64.encodeToString(byteOut.toByteArray(), Base64.NO_WRAP) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/imagemanipulator/ |
| H A D | ImageManipulatorModule.kt | 55 base64String = Base64.encodeToString(byteOut.toByteArray(), Base64.NO_WRAP) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 205 public byte[] toByteArray(Bitmap bitmap) { in toByteArray() method in Contact 208 return stream.toByteArray(); in toByteArray() 256 .withValue(CommonDataKinds.Photo.PHOTO, toByteArray(photo)) in toInsertOperationList() 317 .withValue(CommonDataKinds.Photo.PHOTO, toByteArray(photo)) in toUpdateOperationList() 548 image.put(CommonDataKinds.Photo.PHOTO, toByteArray(photo)); in getContentValues() 559 image.put(CommonDataKinds.Photo.PHOTO, toByteArray(photo)); in getContentValues()
|