'm trying to use a Material for a ranger KMS 256 byte key (using the default AES/CTR/NoPadding) . The material is 43 bytes long which I am unable to base64 decode it. As well as the IV is 22 bytes. My plan is to use kms for UDF field level encryption/decryption.
With materials for 128 byte encryption everything seems to work. How is the 256 byte key being created in it seems it doesn't have the right length. I have JCE unlimited installed both on servers and client. Any documentation or unit tests I'm finding for is centered around 128 byte keys. Walter Bogaardt <https://www.linkedin.com/pub/walter-bogaardt/1/130/884>