get Certification Path
fun getCertificationPath(intermediateCAs: Collection<Certificate>, trustedCAs: Collection<Certificate>): Array<Certificate>
Get the certification path (aka certificate chain) between the current certificate and one of the trustedCAs
.
Throws
if no path could be found