Package | Description |
---|---|
com.amazonaws.services.s3.internal.crypto.keywrap |
Modifier and Type | Method and Description |
---|---|
InternalKeyWrapAlgorithm |
KMSKeyWrapperProvider.algorithm() |
InternalKeyWrapAlgorithm |
KeyWrapperProvider.algorithm() |
InternalKeyWrapAlgorithm |
AesGcmKeyWrapperProvider.algorithm() |
InternalKeyWrapAlgorithm |
RsaOaepKeyWrapperProvider.algorithm() |
static InternalKeyWrapAlgorithm |
InternalKeyWrapAlgorithm.fromAlgorithmName(String algorithmName) |
static InternalKeyWrapAlgorithm |
InternalKeyWrapAlgorithm.fromExternal(CryptoKeyWrapAlgorithm external) |
InternalKeyWrapAlgorithm |
KeyWrapperContext.internalKeyWrapAlgorithm()
key wrapping algorithm; or null if direct encryption instead of key wrapping is used
|
static InternalKeyWrapAlgorithm |
InternalKeyWrapAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalKeyWrapAlgorithm[] |
InternalKeyWrapAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RsaOaepKeyWrapper.Builder |
RsaOaepKeyWrapper.Builder.cryptoKeyWrapAlgorithm(InternalKeyWrapAlgorithm cryptoKeyWrapAlgorithm) |
KeyWrapperContext.Builder |
KeyWrapperContext.Builder.internalKeyWrapAlgorithm(InternalKeyWrapAlgorithm keyWrapAlgo) |
Copyright © 2021. All rights reserved.