Skip to content

Commit

Permalink
Clarify that certificate becomes more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
ties committed Nov 1, 2023
1 parent 3677313 commit dadb805
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ public DateTime getSigningTime() {
return super.getSigningTime();
}

/**
* Extend visibility of the certificate to make it public.
* @return the certificate.
*/
@Override
public X509ResourceCertificate getCertificate() {
return super.getCertificate();
}
Expand Down

0 comments on commit dadb805

Please sign in to comment.