Package com.okta.sdk.resource.model
Class JsonWebKeyEC
java.lang.Object
com.okta.sdk.resource.model.SchemasJsonWebKey
com.okta.sdk.resource.model.JsonWebKeyEC
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class JsonWebKeyEC
extends SchemasJsonWebKey
implements Serializable
JsonWebKeyEC
- See Also:
-
Field Summary
Fields inherited from class com.okta.sdk.resource.model.SchemasJsonWebKey
JSON_PROPERTY_ALG, JSON_PROPERTY_KID, JSON_PROPERTY_KTY, JSON_PROPERTY_STATUS, JSON_PROPERTY_USE, kty
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_X
- See Also:
-
JSON_PROPERTY_Y
- See Also:
-
-
Constructor Details
-
JsonWebKeyEC
public JsonWebKeyEC()
-
-
Method Details
-
x
-
getX
The public x coordinate for the elliptic curve point- Returns:
- x
-
setX
-
y
-
getY
The public y coordinate for the elliptic curve point- Returns:
- y
-
setY
-
equals
- Overrides:
equals
in classSchemasJsonWebKey
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSchemasJsonWebKey
-
toString
- Overrides:
toString
in classSchemasJsonWebKey
-