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 /
RSA /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-RSA.ri
1.97
KB
-rw-r--r--
2026-04-07 17:22
export-i.ri
2.48
KB
-rw-r--r--
2026-04-07 17:22
generate-c.ri
705
B
-rw-r--r--
2026-04-07 17:22
initialize_copy-i.ri
270
B
-rw-r--r--
2026-04-07 17:22
new-c.ri
1.28
KB
-rw-r--r--
2026-04-07 17:22
params-i.ri
579
B
-rw-r--r--
2026-04-07 17:22
private%3f-i.ri
367
B
-rw-r--r--
2026-04-07 17:22
private_decrypt-i.ri
794
B
-rw-r--r--
2026-04-07 17:22
private_encrypt-i.ri
867
B
-rw-r--r--
2026-04-07 17:22
public%3f-i.ri
402
B
-rw-r--r--
2026-04-07 17:22
public_decrypt-i.ri
834
B
-rw-r--r--
2026-04-07 17:22
public_encrypt-i.ri
819
B
-rw-r--r--
2026-04-07 17:22
public_key-i.ri
743
B
-rw-r--r--
2026-04-07 17:22
set_crt_params-i.ri
538
B
-rw-r--r--
2026-04-07 17:22
set_factors-i.ri
375
B
-rw-r--r--
2026-04-07 17:22
set_key-i.ri
375
B
-rw-r--r--
2026-04-07 17:22
sign_pss-i.ri
1.75
KB
-rw-r--r--
2026-04-07 17:22
to_der-i.ri
664
B
-rw-r--r--
2026-04-07 17:22
to_pem-i.ri
2.33
KB
-rw-r--r--
2026-04-07 17:22
to_s-i.ri
2.33
KB
-rw-r--r--
2026-04-07 17:22
translate_padding_mode-i.ri
289
B
-rw-r--r--
2026-04-07 17:22
verify_pss-i.ri
1.3
KB
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"OpenSSL::PKey::RSA::new;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"(Generates or loads an \RSA keypair.;To:RDoc::Markup::BlankLine o; ; [I"PIf called without arguments, creates a new instance with no key components ;TI"Fset. They can be set individually by #set_key, #set_factors, and ;TI"#set_crt_params.;T@o; ; [ I"TIf called with a String, tries to parse as DER or PEM encoding of an \RSA key. ;TI"ONote that if _password_ is not specified, but the key is encrypted with a ;TI",password, \OpenSSL will prompt for it. ;TI"BSee also OpenSSL::PKey.read which can parse keys of any kind.;T@o; ; [I"NIf called with a number, generates a new key pair. This form works as an ;TI"alias of RSA.generate.;T@o; ; [I"Examples:;To:RDoc::Markup::Verbatim; [I"!OpenSSL::PKey::RSA.new 2048 ;TI"0OpenSSL::PKey::RSA.new File.read 'rsa.pem' ;TI"?OpenSSL::PKey::RSA.new File.read('rsa.pem'), 'my password';T:@format0: @fileI" ext/openssl/ossl_pkey_rsa.c;T:0@omit_headings_from_table_of_contents_below0I"�RSA.new -> rsa RSA.new(encoded_key [, password ]) -> rsa RSA.new(encoded_key) { password } -> rsa RSA.new(size [, exponent]) -> rsa ;T0[ I"(p1 = v1, p2 = v2);T@&FI"RSA;TcRDoc::NormalClass00