public final class DecryptionMaterialsRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DecryptionMaterialsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DecryptionMaterialsRequest |
fromCiphertextHeaders(CiphertextHeaders headers) |
CryptoAlgorithm |
getAlgorithm() |
List<KeyBlob> |
getEncryptedDataKeys() |
Map<String,String> |
getEncryptionContext() |
static DecryptionMaterialsRequest.Builder |
newBuilder() |
DecryptionMaterialsRequest.Builder |
toBuilder() |
public CryptoAlgorithm getAlgorithm()
public static DecryptionMaterialsRequest.Builder newBuilder()
public DecryptionMaterialsRequest.Builder toBuilder()
public static DecryptionMaterialsRequest fromCiphertextHeaders(CiphertextHeaders headers)
Copyright © 2023. All rights reserved.