public static interface CreateRawEcdhKeyringInput.Builder
| Modifier and Type | Method and Description |
|---|---|
CreateRawEcdhKeyringInput |
build() |
software.amazon.cryptography.primitives.model.ECDHCurveSpec |
curveSpec() |
CreateRawEcdhKeyringInput.Builder |
curveSpec(software.amazon.cryptography.primitives.model.ECDHCurveSpec curveSpec) |
RawEcdhStaticConfigurations |
KeyAgreementScheme() |
CreateRawEcdhKeyringInput.Builder |
KeyAgreementScheme(RawEcdhStaticConfigurations KeyAgreementScheme) |
CreateRawEcdhKeyringInput.Builder KeyAgreementScheme(RawEcdhStaticConfigurations KeyAgreementScheme)
KeyAgreementScheme - The Key Agreement Scheme configuration that is responsible for how the shared secret is calculated.RawEcdhStaticConfigurations KeyAgreementScheme()
CreateRawEcdhKeyringInput.Builder curveSpec(software.amazon.cryptography.primitives.model.ECDHCurveSpec curveSpec)
curveSpec - The the curve on which the points for the sender's private and recipient's public key lie.software.amazon.cryptography.primitives.model.ECDHCurveSpec curveSpec()
CreateRawEcdhKeyringInput build()