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 /
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
543
B
-rw-r--r--
2026-04-07 16:51
cdesc-EC.ri
1.88
KB
-rw-r--r--
2026-04-07 16:51
check_key-i.ri
451
B
-rw-r--r--
2026-04-07 16:51
dh_compute_key-i.ri
615
B
-rw-r--r--
2026-04-07 16:51
dsa_sign_asn1-i.ri
457
B
-rw-r--r--
2026-04-07 16:51
dsa_verify_asn1-i.ri
479
B
-rw-r--r--
2026-04-07 16:51
export-i.ri
2.4
KB
-rw-r--r--
2026-04-07 16:51
generate-c.ri
418
B
-rw-r--r--
2026-04-07 16:51
generate_key%21-i.ri
754
B
-rw-r--r--
2026-04-07 16:51
generate_key-i.ri
741
B
-rw-r--r--
2026-04-07 16:51
group%3d-i.ri
467
B
-rw-r--r--
2026-04-07 16:51
group-i.ri
422
B
-rw-r--r--
2026-04-07 16:51
initialize_copy-i.ri
266
B
-rw-r--r--
2026-04-07 16:51
new-c.ri
542
B
-rw-r--r--
2026-04-07 16:51
private%3f-i.ri
464
B
-rw-r--r--
2026-04-07 16:51
private_key%3d-i.ri
391
B
-rw-r--r--
2026-04-07 16:51
private_key%3f-i.ri
454
B
-rw-r--r--
2026-04-07 16:51
private_key-i.ri
392
B
-rw-r--r--
2026-04-07 16:51
public%3f-i.ri
464
B
-rw-r--r--
2026-04-07 16:51
public_key%3d-i.ri
385
B
-rw-r--r--
2026-04-07 16:51
public_key%3f-i.ri
455
B
-rw-r--r--
2026-04-07 16:51
public_key-i.ri
401
B
-rw-r--r--
2026-04-07 16:51
to_der-i.ri
664
B
-rw-r--r--
2026-04-07 16:51
to_pem-i.ri
2.34
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"export:ETI"OpenSSL::PKey::EC#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"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