Method: OpenSSL::PKey::EC::Group#to_pem

Defined in:
ossl_pkey_ec.c

#to_pemString

See the OpenSSL documentation for PEM_write_bio_ECPKParameters()

Returns:

  • (String)


1195
1196
1197
1198
# File 'ossl_pkey_ec.c', line 1195

static VALUE ossl_ec_group_to_pem(VALUE self)
{
    return ossl_ec_group_to_string(self, EXPORT_PEM);
}