enum Amazonite::Kms::EncryptionAlgorithmSpec

Defined in:

kms/encryption_algorithm_spec.cr

Enum Members

SymmetricDefault = 0
RsaesOaepSha1 = 1
RsaesOaepSha256 = 2
Sm2pke = 3

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

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

[View source]

Instance Method Detail

def rsaes_oaep_sha1? #

Returns true if this enum value equals RsaesOaepSha1


[View source]
def rsaes_oaep_sha256? #

Returns true if this enum value equals RsaesOaepSha256


[View source]
def sm2pke? #

Returns true if this enum value equals Sm2pke


[View source]
def symmetric_default? #

Returns true if this enum value equals SymmetricDefault


[View source]
def to_json_object_key : String #

[View source]