Paul Schaub

Results 145 comments of Paul Schaub

As pointed out by @jcharaoui, those arches are a bit flaky, so nothing to be too worried about.

I created #311 which allows to set custom reference times when creating signatures on keys. That way we are more flexible when setting up tests which check signature interpretation based...

This is not trivial with BC, since parsing a message yields objects which cannot easily be serialized again :/

Maybe we do not have to do this ourselves; [didisoft recently added support for AEAD (decryption)](https://github.com/didisoft/bc-java/tree/AEAD_DECRYPTION), although they did not implement the latest version of the specification draft. Hopefully their...

I started working on an implementation in https://github.com/pgpainless/pgpainless/tree/removeThirdPartySigs

There is no reason. I just haven't yet had demand for that.

In that case I will start inheriting Serializable in places where it makes sense :)

I have never really worked with `Serializable`. Is it enough to `implements Serializable` or do I have to add [method implementations](https://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html) for ``` private void writeObject(java.io.ObjectOutputStream out) throws IOException; private...

In my experience notifications are delivered as vibrations, but they are not delivered as watch notifications.