am bbf3cc57: am fd168151: am e26347bb: Merge "Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired."
* commit 'bbf3cc5797293dc915d7ecfe41e85bbe5682548d': Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired.
This commit is contained in:
@@ -450,8 +450,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;
|
||||
|
||||
Reference in New Issue
Block a user