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.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
OpenSSL /
PKey /
DSA /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-DSA.ri
1.06
KB
-rw-r--r--
2026-04-07 16:51
export-i.ri
2.49
KB
-rw-r--r--
2026-04-07 16:51
generate-c.ri
692
B
-rw-r--r--
2026-04-07 16:51
initialize_copy-i.ri
269
B
-rw-r--r--
2026-04-07 16:51
new-c.ri
1.61
KB
-rw-r--r--
2026-04-07 16:51
params-i.ri
444
B
-rw-r--r--
2026-04-07 16:51
private%3f-i.ri
468
B
-rw-r--r--
2026-04-07 16:51
public%3f-i.ri
462
B
-rw-r--r--
2026-04-07 16:51
public_key-i.ri
762
B
-rw-r--r--
2026-04-07 16:51
set_key-i.ri
416
B
-rw-r--r--
2026-04-07 16:51
set_pqg-i.ri
373
B
-rw-r--r--
2026-04-07 16:51
syssign-i.ri
1.31
KB
-rw-r--r--
2026-04-07 16:51
sysverify-i.ri
897
B
-rw-r--r--
2026-04-07 16:51
to_der-i.ri
673
B
-rw-r--r--
2026-04-07 16:51
to_pem-i.ri
2.37
KB
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
2.36
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"export:ETI"OpenSSL::PKey::DSA#export;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I":Serializes a private or public key to a PEM-encoding.;To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type: LABEL:@items[o:RDoc::Markup::ListItem:@label[I"1When the key contains public components only;T; [o; ; [I"7Serializes it into an X.509 SubjectPublicKeyInfo. ;TI"8The parameters _cipher_ and _password_ are ignored.;T@o; ; [I"&A PEM-encoded key will look like:;T@o:RDoc::Markup::Verbatim; [I" -----BEGIN PUBLIC KEY----- ;TI"[...] ;TI"-----END PUBLIC KEY----- ;T:@format0o; ; [I"LConsider using #public_to_pem instead. This serializes the key into an ;TI"IX.509 SubjectPublicKeyInfo regardless of whether it is a public key ;TI"or a private key.;T@o;;[I"JWhen the key contains private components, and no parameters are given;T; [ o; ; [I"=Serializes it into a traditional \OpenSSL DSAPrivateKey.;T@o; ; [I"&A PEM-encoded key will look like:;T@o;; [I"%-----BEGIN DSA PRIVATE KEY----- ;TI"[...] ;TI"#-----END DSA PRIVATE KEY----- ;T;0o;;[I"TWhen the key contains private components, and _cipher_ and _password_ are given;T; [o; ; [ I"PSerializes it into a traditional \OpenSSL DSAPrivateKey and encrypts it in ;TI"2OpenSSL's traditional PEM encryption format. ;TI"L_cipher_ must be a cipher name understood by OpenSSL::Cipher.new or an ;TI"!instance of OpenSSL::Cipher.;T@o; ; [I"1An encrypted PEM-encoded key will look like:;T@o;; [I"%-----BEGIN DSA PRIVATE KEY----- ;TI"Proc-Type: 4,ENCRYPTED ;TI"<DEK-Info: AES-128-CBC,733F5302505B34701FC41F5C0746E4C0 ;TI" ;TI"[...] ;TI"#-----END DSA PRIVATE KEY----- ;T;0o; ; [I"LNote that this format uses MD5 to derive the encryption key, and hence ;TI"5will not be available on FIPS-compliant systems.;T@o; ; [I"3<b>This method is kept for compatibility.</b> ;TI"QThis should only be used when the traditional, non-standard \OpenSSL format ;TI"is required.;T@o; ; [I"SConsider using #public_to_pem (X.509 SubjectPublicKeyInfo) or #private_to_pem ;TI"A(PKCS #8 PrivateKeyInfo or EncryptedPrivateKeyInfo) instead.;T: @fileI" ext/openssl/ossl_pkey_dsa.c;T:0@omit_headings_from_table_of_contents_below0I"|dsa.export([cipher, password]) -> aString dsa.to_pem([cipher, password]) -> aString dsa.to_s([cipher, password]) -> aString ;T0[[I"to_pem;T@ [I" to_s;T@ I"(*args);T@WFI"DSA;TcRDoc::NormalClass00