Commit 49c510c
refactor: remove unnecessary nullable type from Password
- getRevocationErrorMessage() now accepts non-nullable CrlValidationStatus
- Status is always present and typed as enum (never null) from CrlRevocationChecker
- Reflects contract that certificate data always has validated CRL status
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent 91a6f01 commit 49c510c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments