nerdexam
CompTIA

ADR-001 · Question #101

Which of the following describes a way to perform certificate pinning in an SSL Android application?

The correct answer is D. Use a TrustManager that is based on a KeyStore containing only the specific certificate(s) that the. See the full explanation below for the reasoning.

Question

Which of the following describes a way to perform certificate pinning in an SSL Android application?

Options

  • AUse a KeyManager with a client-side SSL certificate so that mutual authentication will fail if the
  • BUse the httpsURLConnectionPinned method to ensure certificate pinning is enabled.
  • CUse a TrustManager that is based on a KeyManager specifying the public key associated with the
  • DUse a TrustManager that is based on a KeyStore containing only the specific certificate(s) that the

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    11% (3)
  • C
    4% (1)
  • D
    82% (23)

Community Discussion

No community discussion yet for this question.

Full ADR-001 Practice