diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2020-01-03 10:42:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 10:42:49 +0100 |
commit | 5ef4ad89630e4c51dcd7093e78d71eeda0be727d (patch) | |
tree | f0cdabc1aa8e3cdf6c55af6ab3c7a4ffa6b22f5e /src/org/uic/ticket/api/package.html | |
parent | basic asn.1 library (diff) | |
download | UIC-barcode-5ef4ad89630e4c51dcd7093e78d71eeda0be727d.tar UIC-barcode-5ef4ad89630e4c51dcd7093e78d71eeda0be727d.tar.gz UIC-barcode-5ef4ad89630e4c51dcd7093e78d71eeda0be727d.tar.bz2 UIC-barcode-5ef4ad89630e4c51dcd7093e78d71eeda0be727d.tar.lz UIC-barcode-5ef4ad89630e4c51dcd7093e78d71eeda0be727d.tar.xz UIC-barcode-5ef4ad89630e4c51dcd7093e78d71eeda0be727d.tar.zst UIC-barcode-5ef4ad89630e4c51dcd7093e78d71eeda0be727d.zip |
Diffstat (limited to 'src/org/uic/ticket/api/package.html')
-rw-r--r-- | src/org/uic/ticket/api/package.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/org/uic/ticket/api/package.html b/src/org/uic/ticket/api/package.html new file mode 100644 index 0000000..c7b3611 --- /dev/null +++ b/src/org/uic/ticket/api/package.html @@ -0,0 +1,9 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>UIC ticket data API</head>
+<body>
+ This API provides a specification of ticket data as an interface and an implementation of an encoder/decoder to encode and decode ticket data to an asn.1 PER encoded byte stream according to the UIC specification.
+ </br>
+ Any ticket data implementing the interface defined in package <b>spec</b> can be encoded/decoded. The package <b>impl</b> provides a simple implementation of the ticket.
+</body>
+</html>
\ No newline at end of file |