aboutsummaryrefslogtreecommitdiff
path: root/en/security/keystore/implementer-ref.html
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2017-06-13 09:11:47 -0700
committerClay Murphy <claym@google.com>2017-06-13 10:16:58 -0700
commitddbca9044318d55bbd03e297540612de2e214fea (patch)
tree740ebc006d9de93b185781eff054136fb00cf45f /en/security/keystore/implementer-ref.html
parent9e286c1def9034893e962d1c8a4a460c8bbd79e8 (diff)
downloadsource.android.com-ddbca9044318d55bbd03e297540612de2e214fea.tar.gz
Docs: Changes to source.android.com
- 158853343 Add devsite-terminal and devsite-click-to-copy to first p... by cqn <cqn@google.com> - 158853184 Add devsite-terminal and devsite-click-to-copy to remaini... by cqn <cqn@google.com> - 158853067 Add devsite-terminal and devsite-click-to-copy to devices... by cqn <cqn@google.com> - 158740747 Add note about HID application collections to usb headset... by daroberts <daroberts@google.com> - 158722461 Add AAudio and links by claym <claym@google.com> - 158561498 CDD: Update Remote Control Req for Android Television dev... by Android Partner Docs <noreply@android.com> - 158429467 Add terminal and click-to-copy to <pre> and <code> tags o... by cqn <cqn@google.com> - 158418156 Remove unnecessary intro header by daroberts <daroberts@google.com> - 158413508 Finish up devsite-terminal and devsite-click-to-copy tags... by cqn <cqn@google.com> - 158316692 Add AOSP links to the June 2017 security bulletin by daroberts <daroberts@google.com> - 158290540 Update unclear command in SELinux validation docs by daroberts <daroberts@google.com> - 158286335 Relax Android TV devices requirement for HEVC 1080P30 sup... by Android Partner Docs <noreply@android.com> - 158286269 Relax Android TV devices requirement for HEVC 1080P30 sup... by Android Partner Docs <noreply@android.com> - 158171876 Add "devsite-terminal" and "devsite-click-to-print" tags ... by cqn <cqn@google.com> - 158167343 Note restricted profiles are also available on TV by claym <claym@google.com> - 158157233 Add tag names for June Security Release. by Android Partner Docs <noreply@android.com> - 158138050 Docs: adding debug updates to home page by hvm <hvm@google.com> - 158083990 Add class="devsite-terminal" tags to <pre> and <code> blo... by cqn <cqn@google.com> - 158069098 Updated image relative path to absolute path. by cqn <cqn@google.com> PiperOrigin-RevId: 158853343 Change-Id: If05d97edad224e03f89e257d4e3ca0124147460b
Diffstat (limited to 'en/security/keystore/implementer-ref.html')
-rw-r--r--en/security/keystore/implementer-ref.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/en/security/keystore/implementer-ref.html b/en/security/keystore/implementer-ref.html
index 16f56b88..c0b2ad93 100644
--- a/en/security/keystore/implementer-ref.html
+++ b/en/security/keystore/implementer-ref.html
@@ -37,7 +37,7 @@ key generation to specify key characteristics.</p>
<p>Possible values are defined by the following enumeration:</p>
-<pre>
+<pre class="devsite-click-to-copy">
typedef enum {
KM_PURPOSE_ENCRYPT = 0,
KM_PURPOSE_DECRYPT = 1,
@@ -58,7 +58,7 @@ key, the operation must fail with <code>KM_ERROR_INCOMPATIBLE_PURPOSE</code>.</p
<p>Possible values are defined by the following enumeration:</p>
-<pre>
+<pre class="devsite-click-to-copy">
typedef enum {
KM_ALGORITHM_RSA = 1,
KM_ALGORITHM_EC = 3,
@@ -85,7 +85,7 @@ only relevant to AES keys.</p>
<p>Possible values are defined by the following enumeration:</p>
-<pre>
+<pre class="devsite-click-to-copy">
typedef enum {
KM_MODE_ECB = 1,
KM_MODE_CBC = 2,
@@ -107,7 +107,7 @@ HMAC keys.</p>
<p>Possible values are defined by the following enumeration:</p>
-<pre>
+<pre class="devsite-click-to-copy">
typedef enum {
KM_DIGEST_NONE = 0,
KM_DIGEST_MD5 = 1,
@@ -132,7 +132,7 @@ relevant to RSA and AES keys.</p>
<p>Possible values are defined by the following enumeration:</p>
-<pre>
+<pre class="devsite-click-to-copy">
typedef enum {
KM_PAD_NONE = 1,
KM_PAD_RSA_OAEP = 2,
@@ -210,7 +210,7 @@ key to be used.</p>
<p>Possible values are defined by the following enumeration:</p>
-<pre>
+<pre class="devsite-click-to-copy">
typedef enum {
KM_BLOB_STANDALONE = 0,
KM_BLOB_REQUIRES_FILE_SYSTEM = 1,
@@ -357,7 +357,7 @@ network-ordered integers to host-ordered integers and
<p>The value is a 32-bit integer bitmask of values from the enumeration:</p>
-<pre>
+<pre class="devsite-click-to-copy">
typedef enum {
HW_AUTH_NONE = 0,
HW_AUTH_PASSWORD = 1 &lt;&lt; 0,
@@ -445,7 +445,7 @@ by the trustlet.</p>
<p>The possible values are defined in <code>keymaster_origin_t</code>:</p>
-<pre>
+<pre class="devsite-click-to-copy">
typedef enum {
KM_ORIGIN_GENERATED = 0,
KM_ORIGIN_IMPORTED = 2,