tsa_rfc3161 1.0.24
tsa_rfc3161: ^1.0.24 copied to clipboard
This is a TSA (Time Stamping Authority) client/library RFC3161 for Flutter apps. With it, you can timestamp any files or any text message
Changelog #
1.0.24 #
- refactoring
1.0.23 #
- add fromJSON toJSON on TSARequest
1.0.21 #
- response and parse TSARequest from Uint8list (bytes)
1.0.18 #
- added some documentations
1.0.17 #
- fix TSResponse.write
1.0.16 #
- you can "share" both the original file and its .tsr file
1.0.13 #
- extract TimeStampToken TST and displays it
- add a list of freetsa servers, some are tested successfully
1.0.9 #
- Better Integer Analysis (for SerialNumber)
- improve README.md
1.0.6 #
- Better http response parsing
- SHA1 SHA384 SHA256 SHA512 hash algorithms
- improve doc
1.0.3 #
- Attempt to parse http response
1.0.2 #
- Pub dev recommandations 2
1.0.1 #
- Pub dev recommandations 1
1.0.0+1 #
- First version