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

Commit 5e018c04 authored by Shawn Willden's avatar Shawn Willden
Browse files

Unbreak Javadoc on getAttestationChallenge()

Bug: 28844154
Change-Id: I8402a39f366291cd2b5d646536cd2c2bab8556d2
parent 166b0abf
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);
    }