Lookup a the issuer of a certificate
in the PKCS#11 storage.
The lookup is done using the issuer DN of the certificate. No certificate chain verification is done. Use a crypto library to make trust decisions.
This call may block, see lookup_issuer for the non-blocking version.
Will return null if no issuer certificate is found. Use throws to determine if an error occurred.
certificate | |
cancellable |
a Cancellable |
a new Pkcs11Certificate, or null |