From b8c30343a83efa3ab718cba3e4bde80f95688055 Mon Sep 17 00:00:00 2001 From: Jan Suchal Date: Tue, 21 Nov 2023 15:54:26 +0100 Subject: [PATCH 01/10] Set sane .idea defaults --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 21e7defe..5b6c02c2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,9 @@ buildNumber.properties .mvn/timing.properties # https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar -.idea/ +.idea/workspace.xml +.idea/usage.statistics.xml +.idea/shelf whitelabel.iml # IDE - It's up to developer to decide, we don't want to force configuration @@ -28,3 +30,5 @@ secret .autogram /fakeTokenDriver + +/cache From e5a2a919fb1a8d05c59fe69988a120e385dfc383 Mon Sep 17 00:00:00 2001 From: Jan Suchal Date: Tue, 21 Nov 2023 15:56:07 +0100 Subject: [PATCH 02/10] Add experimental WIP native pkcs signature token --- .idea/compiler.xml | 18 ++ .run/Main.run.xml | 4 +- .../drivers/NativePkcs11SignatureToken.java | 172 ++++++++++++++++++ .../autogram/drivers/PKCS11TokenDriver.java | 2 +- 4 files changed, 193 insertions(+), 3 deletions(-) create mode 100644 .idea/compiler.xml create mode 100644 src/main/java/digital/slovensko/autogram/drivers/NativePkcs11SignatureToken.java diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 00000000..18548bc5 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.run/Main.run.xml b/.run/Main.run.xml index 705017da..0e7a99a1 100644 --- a/.run/Main.run.xml +++ b/.run/Main.run.xml @@ -5,7 +5,7 @@