Home
last modified time | relevance | path

Searched refs:encryption (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java430 String encryption = get("k", '='); in getEncryptionMethod() local
431 if (encryption == null) { in getEncryptionMethod()
434 int colon = encryption.indexOf(':'); in getEncryptionMethod()
435 return (colon == -1) ? encryption : encryption.substring(0, colon); in getEncryptionMethod()
442 String encryption = get("k", '='); in getEncryptionKey() local
443 if (encryption == null) { in getEncryptionKey()
446 int colon = encryption.indexOf(':'); in getEncryptionKey()
447 return (colon == -1) ? null : encryption.substring(0, colon + 1); in getEncryptionKey()
/frameworks/base/docs/html/preview/features/
Ddirect-boot.jd61 <i>encryption aware</i>. To mark your component as encryption aware, set the
71 {@link android.content.BroadcastReceiver} as encryption aware, and add an
148 <p>Test your encryption aware app using the new Direct Boot mode. There are
162 <b>Convert to file encryption</b>.</li>
/frameworks/base/tests/LegacyRestoreTest/
DREADME4 to the PBKDF2 implementation. The archive's encryption password, entered on-screen,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java2673 private boolean isEncryptionWep(String encryption) {
2674 return encryption.contains("WEP");
2677 private boolean isEncryptionPsk(String encryption) {
2678 return encryption.contains("PSK");
2681 private boolean isEncryptionEap(String encryption) {
2682 return encryption.contains("EAP");
2685 public boolean isOpenNetwork(String encryption) {
2686 if (!isEncryptionWep(encryption) && !isEncryptionPsk(encryption)
2687 && !isEncryptionEap(encryption)) {
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/
Ddirect-boot.jd153 当开发者选项屏幕可用后,转到 <b>Settings &gt; Developer options</b> 并选择 <b>Convert to file encryption</b>。
/frameworks/base/docs/html-intl/intl/ja/preview/features/
Ddirect-boot.jd153 … 画面が表示されたら、<b>[Settings] &gt; [Developer options]</b> で <b>[Convert to file encryption]</b> を選択します。
/frameworks/base/docs/html-intl/intl/ko/preview/features/
Ddirect-boot.jd155 <b>Convert to file encryption</b>을 선택합니다.</li>
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp1299 const mkvparser::ContentEncoding::ContentEncryption *encryption; in addTracks() local
1300 encryption = encoding->GetEncryptionByIndex(j); in addTracks()
1301 meta->setData(kKeyCryptoKey, 0, encryption->key_id, encryption->key_id_len); in addTracks()
/frameworks/base/docs/html-intl/intl/ru/preview/features/
Ddirect-boot.jd155 <b>Convert to file encryption</b>.</li>
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd207 <td>Require storage encryption</td>
706 <h4 id="storage">Storage encryption</h4>
709 method to set a policy requiring encryption of the storage area, where supported.</p>
720 See the Device Administration API sample for a complete example of how to enable storage encryption.
/frameworks/base/docs/html/google/play/billing/
Dbilling_best_practices.jd53 sure to encrypt the content and use a device-specific encryption key.</p>
/frameworks/base/docs/html-intl/intl/in/preview/features/
Ddirect-boot.jd155 <b>Convert to file encryption</b>.</li>
/frameworks/base/docs/html-intl/intl/es/preview/features/
Ddirect-boot.jd155 <b>Convert to file encryption</b>.</li>
/frameworks/base/docs/html/work/
Ddevice-management-policy.jd48 cover screen-lock password strength, expiration timeout, encryption, etc.</p>
Dguide.jd95 <li>Full device encryption</li>
/frameworks/base/docs/html-intl/intl/pt-br/preview/features/
Ddirect-boot.jd155 <b>Convert to file encryption</b>.</li>
/frameworks/base/docs/html/training/id-auth/
Dcustom_auth.jd75 <p>It's important to understand that {@link android.accounts.AccountManager} is not an encryption
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0-changes.jd219 <p>Keys which do not require encryption at rest will no longer be deleted when secure lock screen
221 encryption at rest will be deleted during these events.</p>
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd89 href="http://source.android.com/tech/encryption/index.html">file system
90 encryption</a>.</p>
495 encryption, and providing secure communications channels, Android provides a
/frameworks/base/docs/html/google/play/licensing/
Dadding-licensing.jd359 <code>AESObfuscator.java</code> file. The {@code Obfuscator} uses AES encryption to
395 AESObfuscator that uses AES encryption to obfuscate data. You can
408 The {@code Obfuscator} seeds the encryption using three data fields provided
Dlicensing-reference.jd78 <td>Default Obfuscator implementation that uses AES encryption/decryption
/frameworks/base/docs/html-intl/intl/vi/preview/features/
Ddirect-boot.jd155 <b>Convert to file encryption</b>.</li>
/frameworks/base/proto/src/
Dmetrics_constants.proto2194 // Settings -> Dev options -> Convert to file encryption
2197 // Settings -> Dev options -> Convert to file encryption -> WIPE AND CONVERT...
/frameworks/base/docs/html/preview/
Dapi-overview.jd714 <p>Direct boot takes advantage of file based encryption in Android N
715 to enable fine grained encryption policies for both system and app data.
/frameworks/base/docs/html/about/versions/
Dandroid-4.0-highlights.jd687 <li>Full device encryption</li>
802 source, apply proprietary encryption/decryption, and then send the data to the

12