AttestationResolver
whose CompositeAttestationResolver.resolve(X509Certificate, List)
method calls AttestationResolver.resolve(X509Certificate, List)
on
each of the subordinate AttestationResolver
s in turn, and returns
the first non-null
result.TrustResolver
whose CompositeTrustResolver.resolveTrustAnchor(X509Certificate,
List)
method calls TrustResolver.resolveTrustAnchor(X509Certificate,
List)
on each of the subordinate TrustResolver
s in turn, and
returns the first non-null
result.resolve(attestationCertificate, Collections.emptyList())
.resolveTrustAnchor(attestationCertificate, Collections.emptyList())
.