diff --git a/keystore/java/android/security/keystore/KeyGenParameterSpec.java b/keystore/java/android/security/keystore/KeyGenParameterSpec.java index c3dd223c325f0..869262fc4e5b6 100644 --- a/keystore/java/android/security/keystore/KeyGenParameterSpec.java +++ b/keystore/java/android/security/keystore/KeyGenParameterSpec.java @@ -582,11 +582,6 @@ public final class KeyGenParameterSpec implements AlgorithmParameterSpec { * * @see Builder#setAttestationChallenge(byte[]) */ - /* - * TODO(swillden): Update this documentation to describe the hardware and software root keys, - * including information about CRL/OCSP services for discovering revocations, and to link to - * documentation of the extension format and content. - */ public byte[] getAttestationChallenge() { return Utils.cloneIfNotNull(mAttestationChallenge); }