am e26347bb: Merge "Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired."
* commit 'e26347bb740f5d1bcf51036e63c1b1c91e685f4c': Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired.
This commit is contained in:
@@ -433,8 +433,9 @@ public final class KeyStoreParameter implements ProtectionParameter {
|
|||||||
* ciphertext.</li>
|
* ciphertext.</li>
|
||||||
* <li>If you are using RSA encryption without padding, consider switching to padding
|
* <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>
|
* schemes which offer {@code IND-CPA}, such as PKCS#1 or OAEP.</li>
|
||||||
*
|
|
||||||
* </ul>
|
* </ul>
|
||||||
|
*
|
||||||
|
* @hide
|
||||||
*/
|
*/
|
||||||
public Builder setRandomizedEncryptionRequired(boolean required) {
|
public Builder setRandomizedEncryptionRequired(boolean required) {
|
||||||
mRandomizedEncryptionRequired = required;
|
mRandomizedEncryptionRequired = required;
|
||||||
|
|||||||
Reference in New Issue
Block a user