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

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

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

* commit 'e26347bb':
  Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired.
parents f7e7f744 e26347bb
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;