enum Amazonite::Kms::AlgorithmSpec

Defined in:

kms/algorithm_spec.cr

Enum Members

RsaesPkcs1V15 = 0
RsaesOaepSha1 = 1
RsaesOaepSha256 = 2
RsaAesKeyWrapSha1 = 3
RsaAesKeyWrapSha256 = 4
Sm2pke = 5

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

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

[View source]

Instance Method Detail

def rsa_aes_key_wrap_sha1? #

Returns true if this enum value equals RsaAesKeyWrapSha1


[View source]
def rsa_aes_key_wrap_sha256? #

Returns true if this enum value equals RsaAesKeyWrapSha256


[View source]
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 rsaes_pkcs1_v15? #

Returns true if this enum value equals RsaesPkcs1V15


[View source]
def sm2pke? #

Returns true if this enum value equals Sm2pke


[View source]
def to_json_object_key : String #

[View source]