Searched refs:encryptionPadding (Results 1 – 1 of 1) sorted by relevance
1043 String encryptionPadding = getCipherEncryptionPadding(transformation); in getMaxSupportedPlaintextInputSizeBytes() local1045 if (KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()1048 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()1051 encryptionPadding)) { in getMaxSupportedPlaintextInputSizeBytes()1057 "Unsupported encryption padding scheme: " + encryptionPadding); in getMaxSupportedPlaintextInputSizeBytes()1187 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local1199 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()1207 String encryptionPadding = TestUtils.getCipherEncryptionPadding(transformation); in getMinimalWorkingImportParametersForCipheringWith() local1209 !KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(encryptionPadding); in getMinimalWorkingImportParametersForCipheringWith()1222 .setEncryptionPaddings(encryptionPadding) in getMinimalWorkingImportParametersForCipheringWith()