Posts by user4438 • 153 points
3 posts
-
15
votes2
answers7861
viewsQ: Creating and Validating Java Digital Signature
I’m trying to sign a test NFE with a self-signed digital certificate through the code below. The code at first works, the signature is generated in the file and the validation done through the…
-
0
votes1
answer500
viewsQ: How to test the creation of an obj and method call in a Servlet?
I’m trying to create a web application using TDD, however, I’m having a question of how to test the Servlet that processes requests and calls due logic, I don’t know how to do the assert. @Test…
-
0
votes1
answer731
viewsQ: Service is stopped when running on BOOT_COMPLETED
People were making an example for a service an application to be started on boot, it seems to start but it breaks off in a few seconds and I can’t understand why, I’m following an example of a book,…