Hi team,

Sorry to bother you, we have a requirement to upgrade apacheds-kerberos-codec
from 2.0.0.AM25 to 2.0.0.AM27. And we have below code example to do
AesEncrypt based on current 2.0.0.AM25:
*EncryptedData encryptedData = cipherTextHandler.encrypt(encryptionKey,
text, keyUsage); *
*return encryptedData.getCipher();*
But I saw in 2.0.0.AM27, there is no more class definition for e.g:
KeyUsage; CipherTextHandler, wondering what function we could use in
2.0.0.AM27 to do the same logic as above code? Thanks,
Huiqing

Reply via email to