Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f759bca9 authored by Shawn Willden's avatar Shawn Willden Committed by android-build-merger
Browse files

Merge \\"Unbreak Javadoc on getAttestationChallenge()\\" into nyc-dev am: 2c2f8acd

am: 2da8166a

Change-Id: I14d955073b1093199d05ea7f4f431bc1b74f81f7
parents 7d073196 2da8166a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);
    }