method
asn1_flag=
v2_4_6 -
Show latest stable
- Class:
OpenSSL::PKey::EC::Group
asn1_flag=(p1)public
Sets flags on the group. The flag value is used to determine how to encode the group: encode explicit parameters or named curve using an OID.
The flag value can be either of:
-
EC::NAMED_CURVE
-
EC::EXPLICIT_CURVE
See the OpenSSL documentation for EC_GROUP_set_asn1_flag().