public class CreateRawEcdhKeyringInput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec |
_curveSpec |
RawEcdhStaticConfigurations |
_KeyAgreementScheme |
| Constructor and Description |
|---|
CreateRawEcdhKeyringInput(RawEcdhStaticConfigurations KeyAgreementScheme,
software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec curveSpec) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<CreateRawEcdhKeyringInput> |
_typeDescriptor() |
static CreateRawEcdhKeyringInput |
create_CreateRawEcdhKeyringInput(RawEcdhStaticConfigurations KeyAgreementScheme,
software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec curveSpec) |
static CreateRawEcdhKeyringInput |
create(RawEcdhStaticConfigurations KeyAgreementScheme,
software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec curveSpec) |
static CreateRawEcdhKeyringInput |
Default() |
software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec |
dtor_curveSpec() |
RawEcdhStaticConfigurations |
dtor_KeyAgreementScheme() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_CreateRawEcdhKeyringInput() |
java.lang.String |
toString() |
public RawEcdhStaticConfigurations _KeyAgreementScheme
public software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec _curveSpec
public CreateRawEcdhKeyringInput(RawEcdhStaticConfigurations KeyAgreementScheme, software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec curveSpec)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static dafny.TypeDescriptor<CreateRawEcdhKeyringInput> _typeDescriptor()
public static CreateRawEcdhKeyringInput Default()
public static CreateRawEcdhKeyringInput create(RawEcdhStaticConfigurations KeyAgreementScheme, software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec curveSpec)
public static CreateRawEcdhKeyringInput create_CreateRawEcdhKeyringInput(RawEcdhStaticConfigurations KeyAgreementScheme, software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec curveSpec)
public boolean is_CreateRawEcdhKeyringInput()
public RawEcdhStaticConfigurations dtor_KeyAgreementScheme()
public software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec dtor_curveSpec()