Merge "Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired."

This commit is contained in:
Alex Klyubin
2015-04-09 16:51:02 +00:00
committed by Gerrit Code Review

View File

@@ -433,8 +433,9 @@ public final class KeyStoreParameter implements ProtectionParameter {
* ciphertext.</li>
* <li>If you are using RSA encryption without padding, consider switching to padding
* schemes which offer {@code IND-CPA}, such as PKCS#1 or OAEP.</li>
*
* </ul>
*
* @hide
*/
public Builder setRandomizedEncryptionRequired(boolean required) {
mRandomizedEncryptionRequired = required;