/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace PaymentCryptography { namespace Model { enum class KeyCheckValueAlgorithm { NOT_SET, CMAC, ANSI_X9_24 }; namespace KeyCheckValueAlgorithmMapper { AWS_PAYMENTCRYPTOGRAPHY_API KeyCheckValueAlgorithm GetKeyCheckValueAlgorithmForName(const Aws::String& name); AWS_PAYMENTCRYPTOGRAPHY_API Aws::String GetNameForKeyCheckValueAlgorithm(KeyCheckValueAlgorithm value); } // namespace KeyCheckValueAlgorithmMapper } // namespace Model } // namespace PaymentCryptography } // namespace Aws