create
Creates a new encryption instance using the specified encryption algorithm and provided key data.
Return
A new encryption instance.
Parameters
name
The name of the encryption algorithm.
data
The key data used for encryption.
Creates a new encryption instance using the specified encryption algorithm and provided key data.
A new encryption instance.
The name of the encryption algorithm.
The key data used for encryption.