| 程序包 | 说明 |
|---|---|
| com.ksyun.ks3.service.encryption.internal |
| 类和说明 |
|---|
| AbstractRepeatableCipherInputStream
Common base class used to wrap an InputStream with a cipher input stream to
encrypt it, and handles resets by attempting to reset on the original,
unencrypted data InputStream, and recreate an identical Cipher and identical
CipherInputStream on the original data.
|
| ByteRangeCapturingInputStream
FilterInputStream that captures a range of bytes from a wrapped input stream.
|
| CipherFactory
Factory for creating Ciphers based on the crypto key and configuration
specified in the constructor.
|
| EncryptionInstruction
Contains information used to encrypt and decrypt objects in S3.
|
| MultipartUploadContext
Contextual information for an in-flight multipart upload.
|
| S3CryptoModule
An internal SPI used to implement different cryptographic modules
for use with the S3 encryption client.
|
Copyright © 2024. All rights reserved.