Is there any built-in function to use in VB6 for encrypting a password using the AES algorithm?

I have found a class implementation for AES encryption in this link
Class Implementation for AES

I want to know whether any built-in functions are available in VB6 for password encryption and decryption using the AES algorithm that can replace a user-defined class.