12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- var NAVTREE =
- [
- [ "Intel® Enhanced Privacy ID SDK", "index.html", [
- [ " ", "user", null ],
- [ "Introducing the Intel® EPID SDK", "index.html", null ],
- [ "Legal Information", "LegalInformation.html", null ],
- [ "What's New", "ChangeLog.html", null ],
- [ "Introduction to the Intel® EPID Scheme", "EpidOverview.html", [
- [ "Roles", "EpidOverview.html#EpidOverview_Roles", [
- [ "Issuers", "EpidOverview.html#EpidOverview_Issuers", null ],
- [ "Members", "EpidOverview.html#EpidOverview_Members", null ],
- [ "Verifiers", "EpidOverview.html#EpidOverview_Verifiers", null ]
- ] ],
- [ "Groups", "EpidOverview.html#EpidOverview_Groups", null ],
- [ "Keys", "EpidOverview.html#EpidOverview_Keys", [
- [ "Group Public Key", "EpidOverview.html#EpidOverview_Group_public_key", null ],
- [ "Issuing Private Key", "EpidOverview.html#EpidOverview_Issuing_private_key", null ],
- [ "Member Private Key", "EpidOverview.html#EpidOverview_Member_private_key", null ]
- ] ],
- [ "Member and Verifier Interaction", "EpidOverview.html#EpidOverview_Entity_interaction", null ]
- ] ],
- [ "What's Included in the SDK", "SdkOverview.html", [
- [ "SDK Components", "SdkOverview.html#SdkOverview_Components", null ],
- [ "Filesystem Layout", "SdkOverview.html#SdkOverview_Files", [
- [ "Source Layout", "SdkOverview.html#SdkOverview_Files_SourceLayout", null ],
- [ "Install Layout", "SdkOverview.html#SdkOverview_Files_InstallLayout", null ]
- ] ]
- ] ],
- [ "Building From Source", "BuildingSdk.html", [
- [ "Prerequisites", "BuildingSdk.html#BuildingSdk_Prerequisites", null ],
- [ "Building", "BuildingSdk.html#BuildingSdk_Building", null ],
- [ "Example Programs", "BuildingSdk.html#BuildingSdk_Examples", null ],
- [ "Building with Other Build Systems", "BuildingSdk.html#BuildingSdk_PortingBuildSystem", null ]
- ] ],
- [ "Signing and Verification Tutorial", "SignVerifyTutorial.html", [
- [ "Creating an Intel® EPID Signature of a Given Message", "SignVerifyTutorial.html#SignVerifyTutorial_Signmmsg", null ],
- [ "Verifying an Intel® EPID Signature", "SignVerifyTutorial.html#SignVerifyTutorial_Verifysig", null ],
- [ "Linking Intel® EPID Signatures from the Same Member", "SignVerifyTutorial.html#SignVerifyTutorial_Basename", null ],
- [ "Expected Failures", "SignVerifyTutorial.html#SignVerifyTutorial_VerificationFailures", null ],
- [ "Revocation", "SignVerifyTutorial.html#SignVerifyTutorial_Revocation_Group", [
- [ "Detecting Revoked Group from Group Revocation List", "SignVerifyTutorial.html#SignVerifyTutorial_GroupRevocation", null ],
- [ "Detecting Revoked Member from Private Key Based Revocation List", "SignVerifyTutorial.html#SignVerifyTutorial_KeyRevocation", null ],
- [ "Detecting Revoked Member from Signature Based Revocation List", "SignVerifyTutorial.html#SignVerifyTutorial_SigRevocation", null ]
- ] ]
- ] ],
- [ "Sample Issuer Material", "IssuerMaterial.html", [
- [ "Sample Groups", "IssuerMaterial.html#IssuerMaterial_Groups", [
- [ "groupa", "IssuerMaterial.html#IssuerMaterial_Groups_groupa", null ],
- [ "groupb", "IssuerMaterial.html#IssuerMaterial_Groups_groupb", null ]
- ] ],
- [ "Group Based Revocation Lists", "IssuerMaterial.html#IssuerMaterial_GroupRls", null ]
- ] ],
- [ "Implementation Notes", "ImplementationNotes.html", [
- [ "Random Number Generation", "ImplementationNotes.html#ImplementationNotes_Prng", null ],
- [ "Protecting Secrets", "ImplementationNotes.html#ImplementationNotes_ProtectingSecrets", null ],
- [ "Replacing Math Primitives", "ImplementationNotes.html#ImplementationNotes_MathPrimitives", null ],
- [ "Octstring/Buffer Types", "ImplementationNotes.html#ImplementationNotes_SerializedTypes", null ],
- [ "Flexible Arrays", "ImplementationNotes.html#ImplementationNotes_FlexibleArrays", null ]
- ] ],
- [ "Glossary", "Glossary.html", [
- [ "DAA", "Glossary.html#Glossary_Daa", null ],
- [ "Elliptic curve", "Glossary.html#Glossary_EllipticCurve", null ],
- [ "Elliptic curve point", "Glossary.html#Glossary_EllipticCurvePoint", null ],
- [ "Group", "Glossary.html#Glossary_Group", null ],
- [ "Group certificate", "Glossary.html#Glossary_Group_certificate", null ],
- [ "Group public key", "Glossary.html#Glossary_GroupPublicKey", null ],
- [ "Intel® EPID", "Glossary.html#Glossary_Epid", null ],
- [ "Intel® EPID signature", "Glossary.html#Glossary_EpidSignature", null ],
- [ "Issuer", "Glossary.html#Glossary_Issuer", null ],
- [ "Issuing private key", "Glossary.html#Glossary_IssuingPrivateKey", null ],
- [ "Member", "Glossary.html#Glossary_Member", null ],
- [ "Name-based signature", "Glossary.html#Glossary_NameBasedSignature", null ],
- [ "Member private key", "Glossary.html#Glossary_MemberPrivateKey", null ],
- [ "Non-revoked proof", "Glossary.html#Glossary_NonRevokedProof", null ],
- [ "Pairing", "Glossary.html#Glossary_Pairing", null ],
- [ "Revocation, revocation lists", "Glossary.html#Glossary_Revocation", null ],
- [ "Verifier", "Glossary.html#Glossary_Verifier", null ]
- ] ],
- [ "API Reference", "modules.html", "modules" ],
- [ "Examples", "examples.html", "examples" ]
- ] ]
- ];
- var NAVTREEINDEX =
- [
- "BuildingSdk.html",
- "index.html"
- ];
- var SYNCONMSG = 'click to disable panel synchronisation';
- var SYNCOFFMSG = 'click to enable panel synchronisation';
|