forked from luisgoncalves/xades4j
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
luisgoncalves#255 Add test for signature generation using an EC key
- Loading branch information
1 parent
4f29502
commit 3e93812
Showing
7 changed files
with
50 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
-----BEGIN CERTIFICATE----- | ||
MIIBdTCCARoCCQDZdSkJqTVxEzAKBggqhkjOPQQDAjBCMQswCQYDVQQGEwJQVDEN | ||
MAsGA1UECgwESVNFTDELMAkGA1UECwwCQ0MxFzAVBgNVBAMMDkx1aXMgR29uY2Fs | ||
dmVzMB4XDTIxMDUxNDE1MTUzMloXDTMxMDUxMjE1MTUzMlowQjELMAkGA1UEBhMC | ||
UFQxDTALBgNVBAoMBElTRUwxCzAJBgNVBAsMAkNDMRcwFQYDVQQDDA5MdWlzIEdv | ||
bmNhbHZlczBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABMdzIzhT0M/zdnfNwbT8 | ||
t/y384gPHj4+RYcY68j7ZZx/ikDOxSmXq+1Q3KDPIg9mQHWBgCVKBLDi5yLUmxMq | ||
YzAwCgYIKoZIzj0EAwIDSQAwRgIhANGvZirAXt1hQdxlBSopulrVpPSTWdTD96Wx | ||
kxjQ4hydAiEA8JEDiAttxD9pWZ92DtibnZm6+ejfKbcBNYo+eaYEnQE= | ||
-----END CERTIFICATE----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
-----BEGIN EC PARAMETERS----- | ||
BggqhkjOPQMBBw== | ||
-----END EC PARAMETERS----- | ||
-----BEGIN EC PRIVATE KEY----- | ||
MHcCAQEEIG/xORqbg0NSH8GidETqpB3AFKpU7j9q/y0Uhy/EaDOvoAoGCCqGSM49 | ||
AwEHoUQDQgAEx3MjOFPQz/N2d83BtPy3/LfziA8ePj5FhxjryPtlnH+KQM7FKZer | ||
7VDcoM8iD2ZAdYGAJUoEsOLnItSbEypjMA== | ||
-----END EC PRIVATE KEY----- |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters