Merge "Unbreak Javadoc on getAttestationChallenge()" into nyc-dev

This commit is contained in:
TreeHugger Robot
2016-06-15 00:56:45 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}