# Public Keys List

This document contains a list of public keys formatted in JSON Web Key (JWK) format, which are used for public key cryptography.

## Key Details

1. **Key ID**: key1
   - **Algorithm**: RSA
   - **Usage**: Sign
   - **Key**: `{"kty":"RSA","n":"...","e":"AQAB","kid":"key1"}`

2. **Key ID**: key2
   - **Algorithm**: EC
   - **Usage**: Encrypt
   - **Key**: `{"kty":"EC","crv":"P-256","x":"...","y":"...","kid":"key2"}`

3. **Key ID**: key3
   - **Algorithm**: Octet Sequence
   - **Usage**: Sign
   - **Key**: `{"kty":"oct","k":"...","kid":"key3"}`

## Usage

These keys can be utilized to ensure secure communication and data integrity in applications that require cryptographic operations.
