Package com.okta.sdk.resource.model
Class JsonWebKeyRsa
java.lang.Object
com.okta.sdk.resource.model.SchemasJsonWebKey
com.okta.sdk.resource.model.JsonWebKeyRsa
- 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 JsonWebKeyRsa
extends SchemasJsonWebKey
implements Serializable
JsonWebKeyRsa
- 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_E
- See Also:
-
JSON_PROPERTY_N
- See Also:
-
-
Constructor Details
-
JsonWebKeyRsa
public JsonWebKeyRsa()
-
-
Method Details
-
e
-
getE
The key exponent of a RSA key- Returns:
- e
-
setE
-
n
-
getN
The modulus of the RSA key- Returns:
- n
-
setN
-
equals
- Overrides:
equals
in classSchemasJsonWebKey
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSchemasJsonWebKey
-
toString
- Overrides:
toString
in classSchemasJsonWebKey
-