java-opentimestamps icon indicating copy to clipboard operation
java-opentimestamps copied to clipboard

Results 8 java-opentimestamps issues
Sort by recently updated
recently updated
newest added

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20190722 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...

dependencies

Hi, I stamp the document hashes with multistamp method using multiple calendars. Recently, the hashes timestamped do not have alice's attestation. On trying to connect to the alice calendar server,...

Hi, one of the timestamps made on 2022-08-19 has verify Unknown Attestation in it's info. Timestamping was done using the multistamp method with a total of 23 document hashes ![image](https://user-images.githubusercontent.com/19290628/194803480-37480904-6077-4c7a-8847-2e1bb4d27297.png)...

This is based on the conversation over on opentimestamps/java-opentimestamps#48. I have migrated the project from using `java.util.logging` to SLF4J. This should make it easier for those depending on this library...

I'm looking to use this library in an existing web project which is also using log4j. I saw that there was some previous discussion about this on #34. After adding...

https://github.com/opentimestamps/java-opentimestamps/blob/1f900aa21ab97393eb98736da587f4d4c481f107/src/main/java/com/eternitywall/ots/OpenTimestamps.java#L233 Considering the python and javascript client libraries, when the number of the calendars (-m) parameter is used and one calendar isn't available the client should send the stamp to...

To be consistent with [python-opentimestamps](https://github.com/opentimestamps/python-opentimestamps/blob/master/opentimestamps/core/timestamp.py#L75), when checking [if two timestamps are equal](https://github.com/opentimestamps/java-opentimestamps/blob/master/src/main/java/com/eternitywall/ots/Timestamp.java#L512), attestations should not be checked.

Removed static scope from the _TAG member variable in UnknownAttestation. ``` UnknownAttestation(byte[] tag, byte[] payload) { super(); this._TAG = tag; this.payload = payload; } ``` In constructor, for each instance...