third_parties/memorizingtrustmanager/src/main/res/values/strings.xml
author Frederic Barthelery <da_risk@beem-project.com>
Fri, 13 Nov 2015 18:17:25 +0100
changeset 1070 fde61b09cd8d
parent 1044 cd41ebc93e78
permissions -rw-r--r--
Utils: Add a basic implementation of an EncryptionManager which allows to store the password encrypted. This use the latest AndroidKeyStore from Android M and allow to store the key securely.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1044
cd41ebc93e78 Move MemorizingTrustManager into its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
cd41ebc93e78 Move MemorizingTrustManager into its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     2
<resources>
cd41ebc93e78 Move MemorizingTrustManager into its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     3
    <!-- MemorizingTrustManager library -->
cd41ebc93e78 Move MemorizingTrustManager into its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     4
    <string name="mtm_accept_cert">Accept Unknown Certificate?</string>
cd41ebc93e78 Move MemorizingTrustManager into its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     5
    <string name="mtm_decision_always">Always</string>
cd41ebc93e78 Move MemorizingTrustManager into its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     6
    <string name="mtm_decision_once">Once</string>
cd41ebc93e78 Move MemorizingTrustManager into its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     7
    <string name="mtm_decision_abort">Abort</string>
cd41ebc93e78 Move MemorizingTrustManager into its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     8
    <string name="mtm_notification">Certificate Verification</string>
cd41ebc93e78 Move MemorizingTrustManager into its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     9
</resources>