File: C:/Ruby27-x64/share/ri/2.7.0/system/OpenSSL/PKey/EC/Group/new-c.ri
U:RDoc::AnyMethod[iI"new:ETI""OpenSSL::PKey::EC::Group::new;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"$Creates a new EC::Group object.;To:RDoc::Markup::BlankLine o;
; [I"S_ec_method_ is a symbol that represents an EC_METHOD. Currently the following ;TI"are supported:;T@o:RDoc::Markup::List:
@type:BULLET:@items[ o:RDoc::Markup::ListItem:@label0; [o;
; [I":GFp_simple;To;;0; [o;
; [I":GFp_mont;To;;0; [o;
; [I":GFp_nist;To;;0; [o;
; [I":GF2m_simple;T@o;
; [I"LIf the first argument is :GFp or :GF2m, creates a new curve with given ;TI"parameters.;T:
@fileI"ext/openssl/ossl_pkey_ec.c;T:0@omit_headings_from_table_of_contents_below0I"OpenSSL::PKey::EC::Group.new(ec_group)
OpenSSL::PKey::EC::Group.new(pem_or_der_encoded)
OpenSSL::PKey::EC::Group.new(ec_method)
OpenSSL::PKey::EC::Group.new(:GFp, bignum_p, bignum_a, bignum_b)
OpenSSL::PKey::EC::Group.new(:GF2m, bignum_p, bignum_a, bignum_b)
;T0[ I"$(p1, p2 = v2, p3 = v3, p4 = v4);T@-FI"
Group;TcRDoc::NormalClass00