rules property
final
Pinning rules selected by connection host.
Every rule whose CertificatePinningRule.hosts match the connection host is applied. Within a check type, any matching value is accepted. This means SPKI pins are matched as one set and exact leaf certificates are matched as one set. Different check types are combined, so when a host has SPKI pins and exact leaf certificates configured, both checks must pass.
Implementation
final List<CertificatePinningRule> rules;