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 /
ruby27 /
share /
ri /
system /
OpenSSL /
PKey /
DSA /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-DSA.ri
973
B
-rw-r--r--
2023-06-06 18:25
export-i.ri
966
B
-rw-r--r--
2023-06-06 18:25
generate-c.ri
654
B
-rw-r--r--
2023-06-06 18:25
initialize_copy-i.ri
270
B
-rw-r--r--
2023-06-06 18:25
new-c.ri
1.02
KB
-rw-r--r--
2023-06-06 18:25
params-i.ri
445
B
-rw-r--r--
2023-06-06 18:25
private%3f-i.ri
469
B
-rw-r--r--
2023-06-06 18:25
public%3f-i.ri
463
B
-rw-r--r--
2023-06-06 18:25
public_key-i.ri
981
B
-rw-r--r--
2023-06-06 18:25
set_key-i.ri
417
B
-rw-r--r--
2023-06-06 18:25
set_pqg-i.ri
374
B
-rw-r--r--
2023-06-06 18:25
syssign-i.ri
1
KB
-rw-r--r--
2023-06-06 18:25
sysverify-i.ri
1.05
KB
-rw-r--r--
2023-06-06 18:25
to_der-i.ri
353
B
-rw-r--r--
2023-06-06 18:25
to_pem-i.ri
306
B
-rw-r--r--
2023-06-06 18:25
to_s-i.ri
302
B
-rw-r--r--
2023-06-06 18:25
to_text-i.ri
449
B
-rw-r--r--
2023-06-06 18:25
Save
Rename
U:RDoc::AnyMethod[iI"public_key:ETI""OpenSSL::PKey::DSA#public_key;TF:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [ I"NReturns a new DSA instance that carries just the public key information. ;TI"LIf the current instance has also private key information, this will no ;TI"Hlonger be present in the new instance. This feature is helpful for ;TI"Npublishing the public key information without leaking any of the private ;TI"information.;To:RDoc::Markup::BlankLine S:RDoc::Markup::Heading: leveli: textI"Example;To:RDoc::Markup::Verbatim; [I"Mdsa = OpenSSL::PKey::DSA.new(2048) # has public and private information ;TI"Cpub_key = dsa.public_key # has only the public part available ;TI"=pub_key_der = pub_key.to_der # it's safe to publish this;T:@format0: @fileI" ext/openssl/ossl_pkey_dsa.c;T:0@omit_headings_from_table_of_contents_below0I"dsa.public_key -> aDSA ;T0[ I"();T@FI"DSA;TcRDoc::NormalClass00