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:



1241
1242
1243
1244
# File 'ossl_pkey_ec.c', line 1241

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