struct
AZBlob::CPKInfo
- AZBlob::CPKInfo
- Struct
- Value
- Object
Defined in:
azblob/net/options.crConstructors
Instance Method Summary
- #clone
- #copy_with(encryption_algorithm _encryption_algorithm = @encryption_algorithm, encryption_key _encryption_key = @encryption_key, encryption_key_sha256 _encryption_key_sha256 = @encryption_key_sha256)
- #encryption_algorithm : EncryptionAlgorithmType | Nil
- #encryption_key : String | Nil
- #encryption_key_sha256 : String | Nil
Constructor Detail
def self.new(encryption_algorithm : EncryptionAlgorithmType | Nil, encryption_key : String | Nil, encryption_key_sha256 : String | Nil)
#
Instance Method Detail
def copy_with(encryption_algorithm _encryption_algorithm = @encryption_algorithm, encryption_key _encryption_key = @encryption_key, encryption_key_sha256 _encryption_key_sha256 = @encryption_key_sha256)
#