class

OpenSSL::PKey

Inherits Reference < Object

Constructors

new(pkey : LibCrypto::EVP_PKEY = LibCrypto.evp_pkey_new, keyType : OpenSSL::PKey::KeyFlag = KeyFlag::ALL)
Source

Class methods

parse_private_key(text : String, password = nil)
Source
parse_public_key(text : String, password = nil)
Source

Instance methods

finalize
Source
free
Source
freed
Source
keyType
Source
modulus_size
Source
pkey
Source
private_key?
Source
public_key?
Source
to_dsa
Source
to_rsa
Source
to_unsafe
Source

Nested types