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

Commit 223977b9 authored by Alex Klyubin's avatar Alex Klyubin
Browse files

Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired.

This wasn't meant to be public API yet.

Bug: 18088752
Change-Id: I40e57fd9121348086ae88ad9fa54f930547b77ba
parent a482b046
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;