-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.jazzy.yaml
107 lines (107 loc) · 2.43 KB
/
.jazzy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
author: Andrea Deluca
author_url: https://github.com/andrea-deluca
github_url: https://github.com/andrea-deluca/NFCPassportReader
output: docs
swift_build_tool: xcodebuild
build_tool_arguments:
- -scheme
- NFCPassportReader
- -sdk
- iphoneos17.0
- -destination
- platform=iOS,name=Any iOS Device
min_acl: internal
exclude:
- Sources/NFCPassportReader/ASN1/*
theme: fullwidth
readme: docs/md/README.md
documentation: docs/md/documentation/*.md
custom_categories:
- name: Documentation
children:
- Installation
- Getting Started
- Demo
- Get In Touch
- Credits
- Changelog
- License
- name: Overview
children:
- NFCPassportReader
- NFCPassportModel
- APDUResponse
- TagReader
- name: Data Models
children:
- DocumentDetails
- FaceBiometricDataEncoding
- MRZ
- PersonalDetails
- TDType
- TravelDocument
- name: Cryptography
children:
- EncryptionAlgorithm
- EncryptionAlgorithmParams
- HashAlgorithm
- KeyAgreementAlgorithm
- StandardizedDomainParameters
- StandardizedDomainParametersType
- name: Security Core
children:
- ObjectIdentifier
- SubjectPublicKeyInfo
- SecurityInfo
- SecurityInfoDecoder
- SecurityObjectIdentifiers
- SecurityProtocol
- name: IC Access
children:
- BACHandler
- DocumentBasicAccessKeys
- PACEHandler
- PACEInfo
- PACEMapping
- PACEParametersDecoder
- PACESecurityProtocol
- name: IC Authentication
children:
- CAPublicKeySecurityProtocol
- ChipAuthenticationHandler
- ChipAuthenticationInfo
- ChipAuthenticationPublicKeyInfo
- ChipAuthenticationSecurityProtocol
- name: IC Data Authentication
children:
- PassiveAuthenticationHandler
- PKCS7
- SignedData
- X509Certificate
- X509CertificateDetails
- name: Secure Session
children:
- NFCSecureSession
- SecureChannel
- SecureMessaging
- SecurityConfiguration
- SessionKeyGenerator
- name: DataGroups
children:
- CardAccess
- DataGroup
- COM
- DataGroup1
- DataGroup2
- DataGroup7
- DataGroup11
- DataGroup12
- DataGroup14
- SOD
- DGNotImplemented
- DGDecoder
- DGTag
- name: Errors
children:
- APDUResponseError
- NFCPassportReaderError