CogniCrypt icon indicating copy to clipboard operation
CogniCrypt copied to clipboard

Content proposal based on used crypto provider

Open kruegers opened this issue 7 years ago • 0 comments

Each provider supports a certain number of algorithms in different configurations. Take the Cipher class of the SunJCE Provider for instance (). If AES is taken as a cipher, only the padding schemes NoPadding, PKCS5Padding, ISO10126Padding are allowed. If the user types cipher.getInstance("AES/CBC/ content proposal/code completion may (only) show the allowed padding schemes to support the developer.

Currently blocked by #191.

kruegers avatar May 22 '17 15:05 kruegers