Home
last modified time | relevance | path

Searched refs:IV_SPEC_SEPARATOR (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustedDeviceService.java73 private static final String IV_SPEC_SEPARATOR = ";"; field in CarTrustedDeviceService
256 String[] values = prefs.getString(key, null).split(IV_SPEC_SEPARATOR); in getEncryptionKey()
347 .append(IV_SPEC_SEPARATOR) in encryptWithKeyStore()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/storage/
DConnectedDeviceStorage.java68 private static final String IV_SPEC_SEPARATOR = ";"; field in ConnectedDeviceStorage
126 String[] values = entity.encryptedKey.split(IV_SPEC_SEPARATOR, -1); in getEncryptionKey()
176 + IV_SPEC_SEPARATOR in encryptWithKeyStore()