| 程序包 | 说明 |
|---|---|
| com.aliyun.oss.crypto |
| 限定符和类型 | 方法和说明 |
|---|---|
CryptoCipher |
CryptoScheme.createCryptoCipher(SecretKey cek,
byte[] iv,
int cipherMode,
Provider provider) |
CryptoCipher |
CryptoScheme.newCryptoCipher(Cipher cipher,
SecretKey cek,
int cipherMode)
This is a factory method to create CryptoCipher.
|
| 构造器和说明 |
|---|
CipherInputStream(InputStream is,
CryptoCipher cryptoCipher) |
CipherInputStream(InputStream is,
CryptoCipher c,
int buffsize) |
RenewableCipherInputStream(InputStream is,
CryptoCipher cryptoCipher) |
RenewableCipherInputStream(InputStream is,
CryptoCipher c,
int buffsize) |
Copyright © 2020. All Rights Reserved.