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

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

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

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