Searched refs:IV_SPEC_SEPARATOR (Results 1 – 2 of 2) sorted by relevance
73 private static final String IV_SPEC_SEPARATOR = ";"; field in CarTrustedDeviceService256 String[] values = prefs.getString(key, null).split(IV_SPEC_SEPARATOR); in getEncryptionKey()347 .append(IV_SPEC_SEPARATOR) in encryptWithKeyStore()
68 private static final String IV_SPEC_SEPARATOR = ";"; field in ConnectedDeviceStorage126 String[] values = entity.encryptedKey.split(IV_SPEC_SEPARATOR, -1); in getEncryptionKey()176 + IV_SPEC_SEPARATOR in encryptWithKeyStore()