| 程序包 | 说明 |
|---|---|
| com.ksyun.ks3.service.encryption.internal |
| 限定符和类型 | 方法和说明 |
|---|---|
CipherFactory |
EncryptionInstruction.getCipherFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected FilterInputStream |
RepeatableCipherInputStream.createCipherInputStream(InputStream unencryptedDataStream,
CipherFactory cipherFactory) |
static ByteRangeCapturingInputStream |
EncryptionUtils.getEncryptedInputStream(UploadPartRequest request,
CipherFactory cipherFactory) |
| 构造器和说明 |
|---|
EncryptionInstruction(Map<String,String> materialsDescription,
byte[] encryptedSymmetricKey,
SecretKey symmetricKey,
CipherFactory symmetricCipherFactory) |
RepeatableCipherInputStream(InputStream input,
CipherFactory cipherFactory)
Constructs a new repeatable cipher input stream using the specified
InputStream as the source data, and the CipherFactory for building
Cipher objects.
|
Copyright © 2024. All rights reserved.