public class EcdaaTrustAnchor
extends Object
In the case of ECDAA attestation, the ECDAA-Issuer's trust anchor must be specified in this field.
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
EcdaaTrustAnchor
public EcdaaTrustAnchor(@NotNull
@NotNull String x,
@NotNull
@NotNull String y,
@NotNull
@NotNull String c,
@NotNull
@NotNull String sx,
@NotNull
@NotNull String sy,
@NotNull
@NotNull String g1Curve)
-
Method Details
-
getX
@NotNull
public @NotNull String getX()
-
getY
@NotNull
public @NotNull String getY()
-
getC
@NotNull
public @NotNull String getC()
-
getSx
@NotNull
public @NotNull String getSx()
-
getSy
@NotNull
public @NotNull String getSy()
-
getG1Curve
@NotNull
public @NotNull String getG1Curve()
-
equals
public boolean equals(@Nullable
@Nullable Object o)
- Overrides:
equals in class Object
-