Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.internal.crypto | |
com.ibm.cloud.objectstorage.services.s3.internal.crypto.v1 |
Modifier and Type | Field and Description |
---|---|
static ContentCryptoScheme |
ContentCryptoScheme.AES_CBC
Encryption Only (EO) scheme.
|
static ContentCryptoScheme |
ContentCryptoScheme.AES_CTR
This is an auxiliary scheme used for range retrieval when object is
encrypted via AES/GCM.
|
static ContentCryptoScheme |
ContentCryptoScheme.AES_GCM
Authenticated Encryption (AE) scheme.
|
Modifier and Type | Method and Description |
---|---|
static ContentCryptoScheme |
ContentCryptoScheme.fromCEKAlgo(String cekAlgo)
Returns the content crypto scheme of the given content encryption algorithm.
|
static ContentCryptoScheme |
ContentCryptoScheme.fromCEKAlgo(String cekAlgo,
boolean isRangeGet) |
ContentCryptoScheme |
CipherLite.getContentCryptoScheme() |
Modifier and Type | Field and Description |
---|---|
protected ContentCryptoScheme |
S3CryptoModuleBase.contentCryptoScheme |
Modifier and Type | Method and Description |
---|---|
ContentCryptoScheme |
S3CryptoScheme.getContentCryptoScheme() |
Copyright © 2024. All rights reserved.