class

Agent::NativeOpenSSL

Inherits Agent::Crypto < Reference < Object

Constructors

new(private_key_pem_path : String)
Source

Instance methods

sign(msg : String) : String
Source
verify(msg : String, signature : String) : Bool
Source