class Yoti::SSL

Defined in:

yoti/ssl.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pem : String) #

[View source]

Instance Method Detail

def sign(message : String) : String #

[View source]
def verify(encoded_signature : String, original_message : String) : Bool #

[View source]