Rename KeyVerifier to CertificateMatcher

Rename `KeyVerifier` to `CertificateMatcher` and refactor some
of the internals. This commit also adds test helper classes to
help simplify some of the tests.

See gh-38173
This commit is contained in:
Phillip Webb
2023-10-30 17:16:06 -07:00
parent 1b61bc1f20
commit 5dc5c2a4bc
8 changed files with 345 additions and 207 deletions

View File

@@ -81,4 +81,5 @@
<suppress files="ConversionServiceTest\.java" checks="SpringTestFileName" />
<suppress files="ImportTestcontainersTests\.java" checks="InterfaceIsType" />
<suppress files="MyContainers\.java" checks="InterfaceIsType" />
<suppress files="CertificateMatchingTest\.java" checks="SpringTestFileName" />
</suppressions>