D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023067
/
cwd
/
www
/
vendor
/
aws
/
aws-crt-php
/
src
/
AWS
/
CRT
/
Auth
/
Filename :
SigningAlgorithm.php
back
Copy
<?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; }