Does webMethods 8.2 support AES and SHA256 algorithm

Does anybody know webMethods 8.2 support AES and SHA256 algorithm?
I don’t see these selections in the TN console.
Thanks

Check if this service
pub.security.util:createMessageDigest helps.

It supports the below algo.

MD5
SHA-1/256/384.

thanks?so how about the AES?

Not sure about this if we have one. Check the built-in WmPublic services guide, else you can write a custom java service.