getStoredCertificate Method
The synchronous method to return the cached certificate from the certificate provider. The certificate provider can cache the certificate once it successfully retrieves or generates it. If there is no cached certificate, null can be returned.
Syntax
X509KeyManager getStoredCertificate()
Parameters
None.Returns
- X509KeyManager The cached certificate.