public class CreateRawEcdhKeyringInput
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateRawEcdhKeyringInput.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
CreateRawEcdhKeyringInput(software.amazon.cryptography.materialproviders.model.CreateRawEcdhKeyringInput.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static CreateRawEcdhKeyringInput.Builder |
builder() |
software.amazon.cryptography.primitives.model.ECDHCurveSpec |
curveSpec() |
RawEcdhStaticConfigurations |
KeyAgreementScheme() |
CreateRawEcdhKeyringInput.Builder |
toBuilder() |
protected CreateRawEcdhKeyringInput(software.amazon.cryptography.materialproviders.model.CreateRawEcdhKeyringInput.BuilderImpl builder)
public RawEcdhStaticConfigurations KeyAgreementScheme()
public software.amazon.cryptography.primitives.model.ECDHCurveSpec curveSpec()
public CreateRawEcdhKeyringInput.Builder toBuilder()
public static CreateRawEcdhKeyringInput.Builder builder()