public class CreateAwsKmsEcdhKeyringInput
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateAwsKmsEcdhKeyringInput.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
CreateAwsKmsEcdhKeyringInput(software.amazon.cryptography.materialproviders.model.CreateAwsKmsEcdhKeyringInput.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static CreateAwsKmsEcdhKeyringInput.Builder |
builder() |
software.amazon.cryptography.primitives.model.ECDHCurveSpec |
curveSpec() |
java.util.List<java.lang.String> |
grantTokens() |
KmsEcdhStaticConfigurations |
KeyAgreementScheme() |
software.amazon.awssdk.services.kms.KmsClient |
kmsClient() |
CreateAwsKmsEcdhKeyringInput.Builder |
toBuilder() |
protected CreateAwsKmsEcdhKeyringInput(software.amazon.cryptography.materialproviders.model.CreateAwsKmsEcdhKeyringInput.BuilderImpl builder)
public KmsEcdhStaticConfigurations KeyAgreementScheme()
public software.amazon.cryptography.primitives.model.ECDHCurveSpec curveSpec()
public software.amazon.awssdk.services.kms.KmsClient kmsClient()
public java.util.List<java.lang.String> grantTokens()
public CreateAwsKmsEcdhKeyringInput.Builder toBuilder()
public static CreateAwsKmsEcdhKeyringInput.Builder builder()