Skip to content

Commit

Permalink
Reword documentation based on tech writer review
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Jan 31, 2019
1 parent 64aae9d commit 54415fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ public Attestation getCachedAttestation(String attestationCertificateFingerprint
*
* <p>
* If the certificate chain is not trusted, the method returns an untrusted
* attestation populated with transports information found embedded in the
* attestation certificate.
* attestation populated with {@link Attestation#getTransports() transports}
* information found embedded in the attestation certificate.
* </p>
*
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ default Optional<X509Certificate> resolveTrustAnchor(X509Certificate attestation
* @param attestationCertificate The attestation certificate
* @param caCertificateChain Zero or more certificates, of which the first
* has signed <code>attestationCertificate</code> and each of the
* rest has signed the previous in order
* @return A trusted root certificate from which there exists a signature
* path to <code>attestationCertificate</code>, if one exists.
* remaining certificates has signed the certificate preceding it.
* @return A trusted root certificate from which there is a signature path
* to <code>attestationCertificate</code>, if one exists.
*/
Optional<X509Certificate> resolveTrustAnchor(X509Certificate attestationCertificate, List<X509Certificate> caCertificateChain);

Expand Down

0 comments on commit 54415fb

Please sign in to comment.