Home
last modified time | relevance | path

Searched refs:Base64 (Results 1 – 9 of 9) sorted by relevance

/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
DBasicAndroidKeyStoreFragment.java28 import android.util.Base64;
273 String result = Base64.encodeToString(signature, Base64.DEFAULT); in signData()
304 signature = Base64.decode(signatureStr, Base64.DEFAULT); in verifyData()
/development/samples/KeyChainDemo/src/com/example/android/keychain/
DSecureWebServer.java34 import android.util.Base64;
178 return Base64.encodeToString(embeddedImage, Base64.DEFAULT); in createBase64Image()
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DPackageValidator.java23 import android.util.Base64;
110 String signature = Base64.encodeToString( in isCallerAllowed()
111 packageInfo.signatures[0].toByteArray(), Base64.NO_WRAP); in isCallerAllowed()
/development/samples/ApiDemos/src/com/example/android/apis/security/
DKeyStoreUsage.java28 import android.util.Base64;
372 return Base64.encodeToString(signature, Base64.DEFAULT); in doInBackground()
420 signature = Base64.decode(signatureString, Base64.DEFAULT); in doInBackground()
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DMainActivity.java28 import android.util.Base64;
168 v.setText(Base64.encodeToString(encrypted, 0 /* flags */)); in showConfirmation()
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DMainActivity.java31 import android.util.Base64;
200 v.setText(Base64.encodeToString(encrypted, 0 /* flags */)); in showConfirmation()
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DBase64.java20 public class Base64 { class
DPduParser.java915 partData = Base64.decodeBase64(partData); in parseParts()
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv22040 …orm/external/ksoap2,fake_C-yEDNG1Qau8GBGGWt8Yhg@fakeemail.com,Disambiguate Base64 import in ksoap2.
27230 …cd8c7acffeb67,platform/system/bt,fake_yIcJh8rJRDKSRF2rlBijaQ@fakeemail.com,Write Protobuf in Base64
40197 …C-yEDNG1Qau8GBGGWt8Yhg@fakeemail.com,Drop deprecated libcore.io.Base64 in favor of java.util.Base64
40550 …ad5557,platform/libcore,fake_C-yEDNG1Qau8GBGGWt8Yhg@fakeemail.com,Switch Base64 decoder implementa…
41289 …c0,platform/libcore,fake_C-yEDNG1Qau8GBGGWt8Yhg@fakeemail.com,Add java.util.Base64 from OpenJDK8u60
99089 …4ba,platform/frameworks/base,fake_C-yEDNG1Qau8GBGGWt8Yhg@fakeemail.com,Add Base64 from OpenJDK 8u60
102867 …1Qau8GBGGWt8Yhg@fakeemail.com,Migrate StrictJarVerifier and ShortcutPackageInfo to java.util.Base64