navtreedata.js 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. var NAVTREE =
  2. [
  3. [ "Intel® Enhanced Privacy ID SDK", "index.html", [
  4. [ " ", "user", null ],
  5. [ "Introducing the Intel® EPID SDK", "index.html", null ],
  6. [ "Legal Information", "LegalInformation.html", null ],
  7. [ "What's New", "ChangeLog.html", null ],
  8. [ "Introduction to the Intel® EPID Scheme", "EpidOverview.html", [
  9. [ "Roles", "EpidOverview.html#EpidOverview_Roles", [
  10. [ "Issuers", "EpidOverview.html#EpidOverview_Issuers", null ],
  11. [ "Members", "EpidOverview.html#EpidOverview_Members", null ],
  12. [ "Verifiers", "EpidOverview.html#EpidOverview_Verifiers", null ]
  13. ] ],
  14. [ "Groups", "EpidOverview.html#EpidOverview_Groups", null ],
  15. [ "Keys", "EpidOverview.html#EpidOverview_Keys", [
  16. [ "Group Public Key", "EpidOverview.html#EpidOverview_Group_public_key", null ],
  17. [ "Issuing Private Key", "EpidOverview.html#EpidOverview_Issuing_private_key", null ],
  18. [ "Member Private Key", "EpidOverview.html#EpidOverview_Member_private_key", null ]
  19. ] ],
  20. [ "Member and Verifier Interaction", "EpidOverview.html#EpidOverview_Entity_interaction", null ]
  21. ] ],
  22. [ "What's Included in the SDK", "SdkOverview.html", [
  23. [ "SDK Components", "SdkOverview.html#SdkOverview_Components", null ],
  24. [ "Filesystem Layout", "SdkOverview.html#SdkOverview_Files", [
  25. [ "Source Layout", "SdkOverview.html#SdkOverview_Files_SourceLayout", null ],
  26. [ "Install Layout", "SdkOverview.html#SdkOverview_Files_InstallLayout", null ]
  27. ] ]
  28. ] ],
  29. [ "Building From Source", "BuildingSdk.html", [
  30. [ "Prerequisites", "BuildingSdk.html#BuildingSdk_Prerequisites", null ],
  31. [ "Building", "BuildingSdk.html#BuildingSdk_Building", null ],
  32. [ "Example Programs", "BuildingSdk.html#BuildingSdk_Examples", null ],
  33. [ "Building with Other Build Systems", "BuildingSdk.html#BuildingSdk_PortingBuildSystem", null ]
  34. ] ],
  35. [ "Signing and Verification Tutorial", "SignVerifyTutorial.html", [
  36. [ "Creating an Intel® EPID Signature of a Given Message", "SignVerifyTutorial.html#SignVerifyTutorial_Signmmsg", null ],
  37. [ "Verifying an Intel® EPID Signature", "SignVerifyTutorial.html#SignVerifyTutorial_Verifysig", null ],
  38. [ "Linking Intel® EPID Signatures from the Same Member", "SignVerifyTutorial.html#SignVerifyTutorial_Basename", null ],
  39. [ "Expected Failures", "SignVerifyTutorial.html#SignVerifyTutorial_VerificationFailures", null ],
  40. [ "Revocation", "SignVerifyTutorial.html#SignVerifyTutorial_Revocation_Group", [
  41. [ "Detecting Revoked Group from Group Revocation List", "SignVerifyTutorial.html#SignVerifyTutorial_GroupRevocation", null ],
  42. [ "Detecting Revoked Member from Private Key Based Revocation List", "SignVerifyTutorial.html#SignVerifyTutorial_KeyRevocation", null ],
  43. [ "Detecting Revoked Member from Signature Based Revocation List", "SignVerifyTutorial.html#SignVerifyTutorial_SigRevocation", null ]
  44. ] ]
  45. ] ],
  46. [ "Sample Issuer Material", "IssuerMaterial.html", [
  47. [ "Sample Groups", "IssuerMaterial.html#IssuerMaterial_Groups", [
  48. [ "groupa", "IssuerMaterial.html#IssuerMaterial_Groups_groupa", null ],
  49. [ "groupb", "IssuerMaterial.html#IssuerMaterial_Groups_groupb", null ]
  50. ] ],
  51. [ "Group Based Revocation Lists", "IssuerMaterial.html#IssuerMaterial_GroupRls", null ]
  52. ] ],
  53. [ "Implementation Notes", "ImplementationNotes.html", [
  54. [ "Random Number Generation", "ImplementationNotes.html#ImplementationNotes_Prng", null ],
  55. [ "Protecting Secrets", "ImplementationNotes.html#ImplementationNotes_ProtectingSecrets", null ],
  56. [ "Replacing Math Primitives", "ImplementationNotes.html#ImplementationNotes_MathPrimitives", null ],
  57. [ "Octstring/Buffer Types", "ImplementationNotes.html#ImplementationNotes_SerializedTypes", null ],
  58. [ "Flexible Arrays", "ImplementationNotes.html#ImplementationNotes_FlexibleArrays", null ]
  59. ] ],
  60. [ "Glossary", "Glossary.html", [
  61. [ "DAA", "Glossary.html#Glossary_Daa", null ],
  62. [ "Elliptic curve", "Glossary.html#Glossary_EllipticCurve", null ],
  63. [ "Elliptic curve point", "Glossary.html#Glossary_EllipticCurvePoint", null ],
  64. [ "Group", "Glossary.html#Glossary_Group", null ],
  65. [ "Group certificate", "Glossary.html#Glossary_Group_certificate", null ],
  66. [ "Group public key", "Glossary.html#Glossary_GroupPublicKey", null ],
  67. [ "Intel® EPID", "Glossary.html#Glossary_Epid", null ],
  68. [ "Intel® EPID signature", "Glossary.html#Glossary_EpidSignature", null ],
  69. [ "Issuer", "Glossary.html#Glossary_Issuer", null ],
  70. [ "Issuing private key", "Glossary.html#Glossary_IssuingPrivateKey", null ],
  71. [ "Member", "Glossary.html#Glossary_Member", null ],
  72. [ "Name-based signature", "Glossary.html#Glossary_NameBasedSignature", null ],
  73. [ "Member private key", "Glossary.html#Glossary_MemberPrivateKey", null ],
  74. [ "Non-revoked proof", "Glossary.html#Glossary_NonRevokedProof", null ],
  75. [ "Pairing", "Glossary.html#Glossary_Pairing", null ],
  76. [ "Revocation, revocation lists", "Glossary.html#Glossary_Revocation", null ],
  77. [ "Verifier", "Glossary.html#Glossary_Verifier", null ]
  78. ] ],
  79. [ "API Reference", "modules.html", "modules" ],
  80. [ "Examples", "examples.html", "examples" ]
  81. ] ]
  82. ];
  83. var NAVTREEINDEX =
  84. [
  85. "BuildingSdk.html",
  86. "index.html"
  87. ];
  88. var SYNCONMSG = 'click to disable panel synchronisation';
  89. var SYNCOFFMSG = 'click to enable panel synchronisation';