Open klauswarndorf-db opened 2 years ago
hello. i'm trying to figure out how to upload LOB apps to the intune console.
do you know of any relevant examples on how to do this? just don't know where to get started.
a lof of these samples are "hey, look what we can do." but they're not to helpful with documentation
hi @davefalkus, ms support advised me to ask here for support implementing the upload ipa file to intune graph api via java. I have tried to achieve the upload ipa file in my springboot application. at first the source ipa file is decrypted to a temp file and i dont know how to tackle that.
file read and write do charset conversions?
GenerateKey and GenrateIV are two functions im am not sure what keys and vectors they create(size, encoding, ...)
The aesprovider that is my next problem is it standardized like KeyGenerator.getInstance("AES") in java?
i hope you can help me thank you klaus