summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCGantert345 <57003061+CGantert345@users.noreply.github.com>2021-07-02 13:33:27 +0200
committerGitHub <noreply@github.com>2021-07-02 13:33:27 +0200
commit5404b44f84a6b41fc3ddee03561867f0188a5419 (patch)
tree8f6c0ebfe07f550809b442d907912c04aa9969c8
parentmerge conflict resolved (diff)
downloadUIC-barcode-5404b44f84a6b41fc3ddee03561867f0188a5419.tar
UIC-barcode-5404b44f84a6b41fc3ddee03561867f0188a5419.tar.gz
UIC-barcode-5404b44f84a6b41fc3ddee03561867f0188a5419.tar.bz2
UIC-barcode-5404b44f84a6b41fc3ddee03561867f0188a5419.tar.lz
UIC-barcode-5404b44f84a6b41fc3ddee03561867f0188a5419.tar.xz
UIC-barcode-5404b44f84a6b41fc3ddee03561867f0188a5419.tar.zst
UIC-barcode-5404b44f84a6b41fc3ddee03561867f0188a5419.zip
-rw-r--r--misc/uicDynamicContentData_v1.0.1.asn39
1 files changed, 21 insertions, 18 deletions
diff --git a/misc/uicDynamicContentData_v1.0.1.asn b/misc/uicDynamicContentData_v1.0.1.asn
index 321b3dc..50408c7 100644
--- a/misc/uicDynamicContentData_v1.0.1.asn
+++ b/misc/uicDynamicContentData_v1.0.1.asn
@@ -53,6 +53,25 @@ ASN-Module DEFINITIONS AUTOMATIC TAGS ::= BEGIN
-- The list of predefined values is available on the UIC FCB User Group GitHub.
-- * "_" followed by any other value, defined by the security provider, in other cases.
-- (the security provider being UicBarcodeHeader.level2SignedData.level1Data.securityProviderNum/IA5)
+
+ -- ..................+.......................................................................
+ -- "=" | Exactly the data received from the control device
+ -- ..................+.......................................................................
+ -- "UTF" | UTF-8 encoded text provided by the train staff to the traveler
+ -- ..................+.......................................................................
+ -- "PHC" | Hash value of a phone identifier that is available in the ticket
+ -- | control data provided in an annotation according to UIC IRS 90918-4
+ -- | (e.g. via ETCD).
+ -- ..................+.......................................................................
+ -- "EPC" | Hash value of an electronic passport that is available in the ticket
+ -- | control data provided in an annotation according to UIC IRS 90918-4
+ -- | (e.g. via ETCD).
+ -- | The control app can read the passport at the time of control.
+ -- ..................+.......................................................................
+ -- "_" + RICS + addon| Proprietary data, defined by the issuer identified by its RICS code.
+ -- | (addon being defined by this issuer)
+ -- ..................+.......................................................................
+
dynamicContentResponseToChallenge SEQUENCE OF ExtensionData OPTIONAL,
-- Proprietary data defined bilaterally
@@ -75,23 +94,7 @@ ASN-Module DEFINITIONS AUTOMATIC TAGS ::= BEGIN
-- ..................+.......................................................................
-- extensionId value | extensionData content
-- ..................+.......................................................................
- -- "=" | Exactly the data received from the control device
- -- ..................+.......................................................................
- -- "UTF" | UTF-8 encoded text provided by the train staff to the traveler
- -- ..................+.......................................................................
- -- "PHC" | Hash value of a phone identifier that is available in the ticket
- -- | control data provided in an annotation according to UIC IRS 90918-4
- -- | (e.g. via ETCD).
- -- ..................+.......................................................................
- -- "EPC" | Hash value of an electronic passport that is available in the ticket
- -- | control data provided in an annotation according to UIC IRS 90918-4
- -- | (e.g. via ETCD).
- -- | The control app can read the passport at the time of control.
- -- ..................+.......................................................................
- -- "_" + RICS + addon| Proprietary data, defined by the issuer identified by its RICS code.
- -- | (addon being defined by this issuer)
- -- ..................+.......................................................................
-
+
dynamicContentExtension ExtensionData OPTIONAL,
...
@@ -154,4 +157,4 @@ ASN-Module DEFINITIONS AUTOMATIC TAGS ::= BEGIN
extensionId IA5String,
extensionData OCTET STRING
}
-END \ No newline at end of file
+END