Which of the following BEST describes the responsibility of a TrustManager object when used in
an Android application with SSL?
A.
The TrustManager verifies that a Certificate Authority truly did issue a server’s SSL certificate
by using the Online Certificate Status Protocol (OCSP).
B.
The TrustManager manages the client-side SSL certificate that the Android application will
present to a server for mutual authentication.
C.
The TrustManager makes decisions on if a server’s SSL certificate should be trusted, by
allowing the developer to specify which certificates should be allowed.
D.
The TrustManager verifies that a server’s SSL certificate has not been revoked by checking the
Certificate Authority’s Certificate Revocation List (CRL).
Explanation: