OpenSSL::PKey::DSA
Inherits OpenSSL::PKey < Reference < Object
DEPRECATED
Constructors
new(dsa : LibCrypto::DSA, keyType : KeyFlag = KeyFlag::ALL)
SourceClass methods
Instance methods
dsa
Sourcefinalize
Sourcefree
Sourcefreed
SourcekeyType
Sourcemodulus_size
Sourcepkey
Sourceprivate_key!
Sourceprivate_key?
Sourcepublic_key!
Sourcepublic_key?
Sourceto_s(key_flag : KeyFlag, cipher : LibCrypto::EVP_CIPHER | Nil = nil, password = nil)
Sourceto_s(cipher : LibCrypto::EVP_CIPHER | Nil = nil, password = nil)
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.
to_unsafe
Source