Skip to content

Commit

Permalink
Update sigstore-java/src/main/java/dev/sigstore/encryption/certificat…
Browse files Browse the repository at this point in the history
…es/Certificates.java

Co-authored-by: Patrick Flynn <[email protected]>
Signed-off-by: Appu <[email protected]>
  • Loading branch information
loosebazooka and Patrick Flynn authored Sep 19, 2023
1 parent 59bcfdc commit 03c4f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public static CertPath toCertPath(Certificate certificate) throws CertificateExc
return cf.generateCertPath(Collections.singletonList(certificate));
}

/** Appends an CertPath to another {@link CertPath} as children. */
/** Appends a CertPath to another {@link CertPath} as children. */
public static CertPath appendCertPath(CertPath parent, Certificate child)
throws CertificateException {
CertificateFactory cf = CertificateFactory.getInstance("X.509");
Expand Down

0 comments on commit 03c4f97

Please sign in to comment.