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 /
ruby30 /
share /
ri /
system /
OpenSSL /
PKey /
RSA /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-RSA.ri
1.97
KB
-rw-r--r--
2024-06-26 17:25
export-i.ri
672
B
-rw-r--r--
2024-06-26 17:25
generate-c.ri
705
B
-rw-r--r--
2024-06-26 17:25
initialize_copy-i.ri
270
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
1.29
KB
-rw-r--r--
2024-06-26 17:25
params-i.ri
579
B
-rw-r--r--
2024-06-26 17:25
private%3f-i.ri
367
B
-rw-r--r--
2024-06-26 17:25
private_decrypt-i.ri
716
B
-rw-r--r--
2024-06-26 17:25
private_encrypt-i.ri
789
B
-rw-r--r--
2024-06-26 17:25
public%3f-i.ri
402
B
-rw-r--r--
2024-06-26 17:25
public_decrypt-i.ri
757
B
-rw-r--r--
2024-06-26 17:25
public_encrypt-i.ri
741
B
-rw-r--r--
2024-06-26 17:25
public_key-i.ri
743
B
-rw-r--r--
2024-06-26 17:25
set_crt_params-i.ri
538
B
-rw-r--r--
2024-06-26 17:25
set_factors-i.ri
375
B
-rw-r--r--
2024-06-26 17:25
set_key-i.ri
375
B
-rw-r--r--
2024-06-26 17:25
sign_pss-i.ri
1.75
KB
-rw-r--r--
2024-06-26 17:25
to_der-i.ri
363
B
-rw-r--r--
2024-06-26 17:25
to_pem-i.ri
510
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
506
B
-rw-r--r--
2024-06-26 17:25
translate_padding_mode-i.ri
289
B
-rw-r--r--
2024-06-26 17:25
verify_pss-i.ri
1.3
KB
-rw-r--r--
2024-06-26 17:25
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"QNote that, if _passphrase_ is not specified but the key is encrypted with a ;TI".passphrase, \OpenSSL will prompt for it. ;TI"CSee also OpenSSL::PKey.read which can parse keys of any kinds.;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"BOpenSSL::PKey::RSA.new File.read('rsa.pem'), 'my pass phrase';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 [, passphrase]) -> rsa RSA.new(encoded_key) { passphrase } -> rsa RSA.new(size [, exponent]) -> rsa ;T0[ I"(p1 = v1, p2 = v2);T@&FI"RSA;TcRDoc::NormalClass00