Add support for the AesKeyWrapSpi.
AES KW is defined in RFC-3394.
This new cipher should be initialized as AES with KW and NoPadding.
Current ACCP support AES key wrap with padding:
https://github.com/corretto/amazon-corretto-crypto-provider/blob/main/src/com/amazon/corretto/crypto/provider/AesKeyWrapPaddingSpi.java
I have source code for the above that I can contribute available.
Add support for the AesKeyWrapSpi.
AES KW is defined in RFC-3394.
This new cipher should be initialized as AES with KW and NoPadding.
Current ACCP support AES key wrap with padding:
https://github.com/corretto/amazon-corretto-crypto-provider/blob/main/src/com/amazon/corretto/crypto/provider/AesKeyWrapPaddingSpi.java
I have source code for the above that I can contribute available.