Searched refs:encryptionPadding (Results 1 – 1 of 1) sorted by relevance
887 String encryptionPadding = getCipherEncryptionPadding(transformation); in getMaxSupportedPlaintextInputSizeBytes() local889 if (KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()892 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()895 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()901 "Unsupported encryption padding scheme: " + encryptionPadding); in getMaxSupportedPlaintextInputSizeBytes()1031 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local1043 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()1051 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local1053 !KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding); in getMinimalWorkingImportParametersForCipheringWith()1057 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()