enum Amazonite::Kms::KeyEncryptionMechanism

Defined in:

kms/key_encryption_mechanism.cr

Enum Members

RsaesOaepSha256 = 0

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AK::KeyEncryptionMechanism #

[View source]
def self.from_json_object_key?(key : String) : AK::KeyEncryptionMechanism | Nil #

[View source]
def self.to_json(e : KeyEncryptionMechanism, json : JSON::Builder) : Nil #

[View source]

Instance Method Detail

def rsaes_oaep_sha256? #

Returns true if this enum value equals RsaesOaepSha256


[View source]
def to_json_object_key : String #

[View source]