Your IP : 216.73.216.43


Current Path : /var/www/www.indacotrentino.com/www/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SigningAlgorithm.php

<?php
/**
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0.
 */
namespace AWS\CRT\Auth;

class SigningAlgorithm {
    const SIGv4 = 0;
    const SIGv4_ASYMMETRIC = 1;
}