public class ECDSA
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
software.amazon.cryptography.primitives.internaldafny.types.ECDSASignatureAlgorithm |
_curve |
| Constructor and Description |
|---|
ECDSA(software.amazon.cryptography.primitives.internaldafny.types.ECDSASignatureAlgorithm curve) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<ECDSA> |
_typeDescriptor() |
static ECDSA |
create_ECDSA(software.amazon.cryptography.primitives.internaldafny.types.ECDSASignatureAlgorithm curve) |
static ECDSA |
create(software.amazon.cryptography.primitives.internaldafny.types.ECDSASignatureAlgorithm curve) |
static ECDSA |
Default() |
software.amazon.cryptography.primitives.internaldafny.types.ECDSASignatureAlgorithm |
dtor_curve() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_ECDSA() |
java.lang.String |
toString() |
public software.amazon.cryptography.primitives.internaldafny.types.ECDSASignatureAlgorithm _curve
public ECDSA(software.amazon.cryptography.primitives.internaldafny.types.ECDSASignatureAlgorithm curve)
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 ECDSA Default()
public static dafny.TypeDescriptor<ECDSA> _typeDescriptor()
public static ECDSA create(software.amazon.cryptography.primitives.internaldafny.types.ECDSASignatureAlgorithm curve)
public static ECDSA create_ECDSA(software.amazon.cryptography.primitives.internaldafny.types.ECDSASignatureAlgorithm curve)
public boolean is_ECDSA()
public software.amazon.cryptography.primitives.internaldafny.types.ECDSASignatureAlgorithm dtor_curve()