> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PDFEncryptionAlgorithmEnum

> ABBYY FineReader Engine API の PDFEncryptionAlgorithmEnum — エクスポートされる PDF ファイルでサポートされる暗号化アルゴリズム（RC4、AES128 など）。

PDFEncryptionAlgorithmEnum の列挙定数は、出力される PDF ファイルの暗号化アルゴリズムを指定するために使用されます。

```
typedef enum {
  PDFEA_RC4
  PDFEA_AES128
  PDFEA_AES256
} PDFEncryptionAlgorithmEnum;
```

<div id="elements">
  ## 要素
</div>

| 名前            | 説明                                                                                                                                                                                                                                                          |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| PDFEA\_RC4    | PDF バージョン 1.3 では RC4 暗号化がサポートされています (40 ビットキーのみ) 。また、PDF バージョン 1.4 以降では、最大 128 ビットのより長いキーもサポートされています。キー長は、[PDFEncryptionInfo::KeyLength](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfencryptioninfo#keylength) プロパティで設定します。 |
| PDFEA\_AES128 | 128 ビット AES 暗号化は、PDF バージョン 1.6 以降でサポートされています。                                                                                                                                                                                                               |
| PDFEA\_AES256 | 256 ビット AES 暗号化は、PDF バージョン 1.7 以降でサポートされています。                                                                                                                                                                                                               |

<div id="used-in">
  ## 使用箇所
</div>

[PDFEncryptionInfo::EncryptionAlgorithm](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfencryptioninfo#encryptionalgorithm)
