PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
aws
/
aws-crt-php
/
src
/
AWS
/
CRT
/
Auth
<?php /** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ namespace AWS\CRT\Auth; class SignatureType { const HTTP_REQUEST_HEADERS = 0; const HTTP_REQUEST_QUERY_PARAMS = 1; const HTTP_REQUEST_CHUNK = 2; const HTTP_REQUEST_EVENT = 3; const CANONICAL_REQUEST_HEADERS = 4; const CANONICAL_REQUEST_QUERY_PARAMS = 5; }
[-] Signable.php
[edit]
[+]
..
[-] CredentialsProvider.php
[edit]
[-] SignedBodyHeaderType.php
[edit]
[-] StaticCredentialsProvider.php
[edit]
[-] SigningResult.php
[edit]
[-] SigningConfigAWS.php
[edit]
[-] SignatureType.php
[edit]
[-] Signing.php
[edit]
[-] SigningAlgorithm.php
[edit]
[-] AwsCredentials.php
[edit]