Skip to content

Commit

Permalink
Merge branch 'master' of github.com:datatheorem/TrustKit-Android into…
Browse files Browse the repository at this point in the history
… test_fix_update_version_numbers
  • Loading branch information
Jordan Bouëllat committed Aug 21, 2018
2 parents 9763aa8 + 21553ed commit 7dd2379
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -63,6 +63,15 @@ public Set<Certificate> getDebugCaCertificates() {
return debugCaCertificates;
}

/**
* Get the Set of {@link DomainPinningPolicy}.
*
* @return Set<DomainPinningPolicy> the set of domain's policy
*/
public Set<DomainPinningPolicy> getAllPolicies() {
return this.domainPolicies;
}

/**
* Get the {@link DomainPinningPolicy} corresponding to the provided hostname.
* When matching the most specific matching domain rule will be used, if no match exists
Expand Down

0 comments on commit 7dd2379

Please sign in to comment.