-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if certificate is e-Seal #49
Comments
This has been added to backlog for analysis. |
We have some questions regarding the purpose of this functionality.
|
Original use case would be number 2. However, number 1 would solve both 1 and 2 as we can find the signer certificate from signature. |
In essence it is already possible to determine whether the signature is given by e-seal after validation. public enum SignatureQualification { We will implement the use case 2. |
Feature request
Add a method to check if a certificate is an e-Seal.
The text was updated successfully, but these errors were encountered: