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

Commit 52f57de9 authored by Alex Klyubin's avatar Alex Klyubin Committed by Android Git Automerger
Browse files

am bbf3cc57: am fd168151: am e26347bb: Merge "Hide...

am bbf3cc57: am fd168151: am e26347bb: Merge "Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired."

* commit 'bbf3cc57':
  Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired.
parents c9d83fc2 bbf3cc57
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;