key.group = group => group
Instance Public methods
Returns the same object passed, not the group object associated with the
key. If you wish to access the group object tied to the key call key.group
after setting the group.
Setting the group will immediately destroy any previously assigned group
object. The group is internally copied by OpenSSL. Modifying the original group after
assignment will not effect the internal key structure. (your changes may be
lost). BE CAREFUL.