struct AZBlob::CPKInfo

Defined in:

azblob/net/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(encryption_algorithm : EncryptionAlgorithmType | Nil, encryption_key : String | Nil, encryption_key_sha256 : String | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(encryption_algorithm _encryption_algorithm = @encryption_algorithm, encryption_key _encryption_key = @encryption_key, encryption_key_sha256 _encryption_key_sha256 = @encryption_key_sha256) #

[View source]
def encryption_algorithm : EncryptionAlgorithmType | Nil #

def encryption_key : String | Nil #

def encryption_key_sha256 : String | Nil #