| 接口 | 说明 |
|---|---|
| EncryptionMaterialsAccessor |
Retrieves encryption materials from some source.
|
| EncryptionMaterialsFactory |
Factory for providing the latest encryption materials.
|
| EncryptionMaterialsProvider |
Interface for providing encryption materials.
|
| QCLOUDKMS |
| 类 | 说明 |
|---|---|
| AdjustedRangeInputStream |
Reads only a specific range of bytes from the underlying input stream.
|
| CipherLiteInputStream | |
| COSCryptoModule | |
| COSCryptoModuleAE | |
| COSCryptoModuleAEStrict |
Strict Authenticated encryption (AE) cryptographic module for the COS encryption client.
|
| COSCryptoModuleBase |
Common implementation for different COS cryptographic modules.
|
| COSObjectWrapper | |
| CryptoConfiguration |
Stores configuration parameters that will be used during encryption and
decryption by the COS Encryption Client.
|
| CryptoModuleDispatcher | |
| CryptoRuntime | |
| EncryptionMaterials |
The "key encrypting key" materials used in encrypt/decryption.
|
| JceEncryptionConstants |
Contains constants required by the JCE encryption library.
|
| KMSEncryptionMaterials |
KMS specific encryption materials.
|
| MultipartUploadCbcContext | |
| MultipartUploadCryptoContext |
Contextual information for an in-flight multipart upload.
|
| RenewableCipherLiteInputStream |
A specific kind of
CipherLiteInputStream that supports partial
mark-and-reset in the sense that, if the underlying input stream supports
mark-and-reset, this input stream can then be marked at and get reset back to
the very beginning of the stream (but not anywhere else). |
| StaticEncryptionMaterialsProvider |
| 枚举 | 说明 |
|---|---|
| CryptoMode |
Denotes the different cryptographic modes available for securing an COS object via client-side
encryption.
|
| CryptoStorageMode |
Denotes the different storage modes available for storing the encryption information that
accompanies encrypted objects in COS.
|
Copyright © 2020. All rights reserved.