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

Commit e26347bb authored by Alex Klyubin's avatar Alex Klyubin Committed by Gerrit Code Review
Browse files

Merge "Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired."

parents a482b046 223977b9
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;