Method: OpenSSL::PKey::EC::Group#to_der

Defined in:
ossl_pkey_ec.c

#to_derString

See the OpenSSL documentation for i2d_ECPKParameters_bio()

Returns:

  • (String)


1205
1206
1207
1208
# File 'ossl_pkey_ec.c', line 1205

static VALUE ossl_ec_group_to_der(VALUE self)
{
    return ossl_ec_group_to_string(self, EXPORT_DER);
}