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 /
ruby33 /
share /
ri /
system /
OpenSSL /
PKey /
EC /
Delete
Unzip
Name
Size
Permission
Date
Action
Group
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Point
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
builtin_curves-c.ri
544
B
-rw-r--r--
2026-04-07 17:22
cdesc-EC.ri
1.91
KB
-rw-r--r--
2026-04-07 17:22
check_key-i.ri
452
B
-rw-r--r--
2026-04-07 17:22
dh_compute_key-i.ri
616
B
-rw-r--r--
2026-04-07 17:22
dsa_sign_asn1-i.ri
458
B
-rw-r--r--
2026-04-07 17:22
dsa_verify_asn1-i.ri
480
B
-rw-r--r--
2026-04-07 17:22
export-i.ri
2.41
KB
-rw-r--r--
2026-04-07 17:22
generate-c.ri
419
B
-rw-r--r--
2026-04-07 17:22
generate_key%21-i.ri
755
B
-rw-r--r--
2026-04-07 17:22
generate_key-i.ri
742
B
-rw-r--r--
2026-04-07 17:22
group%3d-i.ri
468
B
-rw-r--r--
2026-04-07 17:22
group-i.ri
423
B
-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
543
B
-rw-r--r--
2026-04-07 17:22
private%3f-i.ri
465
B
-rw-r--r--
2026-04-07 17:22
private_key%3d-i.ri
392
B
-rw-r--r--
2026-04-07 17:22
private_key%3f-i.ri
455
B
-rw-r--r--
2026-04-07 17:22
private_key-i.ri
393
B
-rw-r--r--
2026-04-07 17:22
public%3f-i.ri
465
B
-rw-r--r--
2026-04-07 17:22
public_key%3d-i.ri
386
B
-rw-r--r--
2026-04-07 17:22
public_key%3f-i.ri
456
B
-rw-r--r--
2026-04-07 17:22
public_key-i.ri
402
B
-rw-r--r--
2026-04-07 17:22
to_der-i.ri
665
B
-rw-r--r--
2026-04-07 17:22
to_pem-i.ri
2.34
KB
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI"export:ETI"OpenSSL::PKey::EC#export;TF:privateo: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"6Serializes it into a SEC 1/RFC 5915 ECPrivateKey.;T@o; ; [I"&A PEM-encoded key will look like:;T@o;; [I"$-----BEGIN EC PRIVATE KEY----- ;TI"[...] ;TI""-----END EC PRIVATE KEY----- ;T;0o;;[I"TWhen the key contains private components, and _cipher_ and _password_ are given;T; [o; ; [ I"6Serializes it into a SEC 1/RFC 5915 ECPrivateKey ;TI"Eand encrypts it in OpenSSL'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 EC PRIVATE KEY----- ;TI"Proc-Type: 4,ENCRYPTED ;TI"<DEK-Info: AES-128-CBC,733F5302505B34701FC41F5C0746E4C0 ;TI" ;TI"[...] ;TI""-----END EC 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"MThis should only be used when the SEC 1/RFC 5915 ECPrivateKey format is ;TI"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_ec.c;T:0@omit_headings_from_table_of_contents_below0I"Wkey.export([cipher, password]) => String key.to_pem([cipher, password]) => String ;T0[[I"to_pem;T@ I"(*args);T@WFI"EC;TcRDoc::NormalClass00