CompTIA
ADR-001 · Question #68
Which of the following BEST describes the responsibility of a TrustManager object when used in an Android application with SSL?
The correct answer is C. The TrustManager makes decisions on if a server's SSL certificate should be trusted, by allowing. See the full explanation below for the reasoning.
Question
Which of the following BEST describes the responsibility of a TrustManager object when used in an Android application with SSL?
Options
- AThe TrustManager verifies that a Certificate Authority truly did issue a server's SSL certificate by
- BThe TrustManager manages the client-side SSL certificate that the Android application will present
- CThe TrustManager makes decisions on if a server's SSL certificate should be trusted, by allowing
- DThe TrustManager verifies that a server's SSL certificate has not been revoked by checking the
How the community answered
(18 responses)- A6% (1)
- B6% (1)
- C72% (13)
- D17% (3)
Community Discussion
No community discussion yet for this question.