Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby33 /
share /
ri /
system /
OpenSSL /
PKey /
DH /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-DH.ri
2.35
KB
-rw-r--r--
2026-04-07 17:22
compute_key-i.ri
854
B
-rw-r--r--
2026-04-07 17:22
export-i.ri
1006
B
-rw-r--r--
2026-04-07 17:22
generate-c.ri
784
B
-rw-r--r--
2026-04-07 17:22
generate_key%21-i.ri
1.39
KB
-rw-r--r--
2026-04-07 17:22
initialize_copy-i.ri
267
B
-rw-r--r--
2026-04-07 17:22
new-c.ri
1.77
KB
-rw-r--r--
2026-04-07 17:22
params-i.ri
441
B
-rw-r--r--
2026-04-07 17:22
params_ok%3f-i.ri
613
B
-rw-r--r--
2026-04-07 17:22
private%3f-i.ri
460
B
-rw-r--r--
2026-04-07 17:22
public%3f-i.ri
454
B
-rw-r--r--
2026-04-07 17:22
public_key-i.ri
1.08
KB
-rw-r--r--
2026-04-07 17:22
set_key-i.ri
412
B
-rw-r--r--
2026-04-07 17:22
set_pqg-i.ri
369
B
-rw-r--r--
2026-04-07 17:22
to_der-i.ri
753
B
-rw-r--r--
2026-04-07 17:22
to_pem-i.ri
946
B
-rw-r--r--
2026-04-07 17:22
to_s-i.ri
942
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"OpenSSL::PKey::DH::new;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"1Creates a new instance of OpenSSL::PKey::DH.;To:RDoc::Markup::BlankLine o; ; [I"QIf called without arguments, an empty instance without any parameter or key ;TI"Scomponents is created. Use #set_pqg to manually set the parameters afterwards ;TI"H(and optionally #set_key to set private and public key components).;T@o; ; [I"SIf a String is given, tries to parse it as a DER- or PEM- encoded parameters. ;TI"CSee also OpenSSL::PKey.read which can parse keys of any kinds.;T@o; ; [I"DThe DH.new(size [, generator]) form is an alias of DH.generate.;T@o:RDoc::Markup::List: @type: NOTE:@items[o:RDoc::Markup::ListItem:@label[I" +string+;T; [o; ; [I"7A String that contains the DER or PEM encoded key.;To;;[I"+size+;T; [o; ; [I"See DH.generate.;To;;[I"+generator+;T; [o; ; [I"See DH.generate.;T@o; ; [I"Examples:;To:RDoc::Markup::Verbatim; [I")# Creating an instance from scratch ;TI"O# Note that this is deprecated and will not work on OpenSSL 3.0 or later. ;TI" dh = OpenSSL::PKey::DH.new ;TI"!dh.set_pqg(bn_p, nil, bn_g) ;TI" ;TI".# Generating a parameters and a key pair ;TI"Udh = OpenSSL::PKey::DH.new(2048) # An alias of OpenSSL::PKey::DH.generate(2048) ;TI" ;TI"# Reading DH parameters ;TI"\dh_params = OpenSSL::PKey::DH.new(File.read('parameters.pem')) # loads parameters only ;TI"Fdh = OpenSSL::PKey.generate_key(dh_params) # generates a key pair;T:@format0: @fileI"ext/openssl/ossl_pkey_dh.c;T:0@omit_headings_from_table_of_contents_below0I"HDH.new -> dh DH.new(string) -> dh DH.new(size [, generator]) -> dh ;T0[ I"(p1 = v1);T@BFI"DH;TcRDoc::NormalClass00