Hello All,
Can anybody help in fetching the key in
java through azure using key resolver:
I am using below lines of code but not able to fetch the key.
String keyIdentifier = "https://XXXblobXXXXXkeyvault.xxxx.azure.net:XXX/keys/XXXXXBlobXXKey1";
IKey key = resolver.resolveKeyAsync(keyIdentifier).get();
Thanks in advance