Package com.okta.sdk.resource.model
Class OAuth2ClientJsonWebKey
java.lang.Object
com.okta.sdk.resource.model.OAuth2ClientJsonWebKey
- 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 OAuth2ClientJsonWebKey
extends Object
implements Serializable
OAuth2ClientJsonWebKey
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of the OAuth 2.0 Client JSON Web Key -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlg()Algorithm used in the keyTimestamp when the OAuth Client 2.0 JSON Web Key was createdgetE()RSA key value (exponent) for key bindinggetId()The unique ID of the OAuth Client JSON Web KeygetKid()Unique identifier of the JSON Web Key in the OAUth 2.0 Client's JWKSorg.openapitools.jackson.nullable.JsonNullable<String> getKty()Cryptographic algorithm family for the certificate's key pairTimestamp when the OAuth Client 2.0 JSON Web Key was updatedgetLinks()Get linksgetN()RSA key value (modulus) for key bindingStatus of the OAuth 2.0 Client JSON Web KeygetUse()Acceptable use of the JSON Web KeyinthashCode()links(OAuthClientSecretLinks links) voidvoidvoidvoidsetKid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> kid) voidvoidsetLinks(OAuthClientSecretLinks links) voidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_ALG
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_E
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_KID
- See Also:
-
JSON_PROPERTY_KTY
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_N
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_USE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
OAuth2ClientJsonWebKey
public OAuth2ClientJsonWebKey()
-
-
Method Details
-
alg
-
getAlg
Algorithm used in the key- Returns:
- alg
-
setAlg
-
getCreated
Timestamp when the OAuth Client 2.0 JSON Web Key was created- Returns:
- created
-
e
-
getE
RSA key value (exponent) for key binding- Returns:
- e
-
setE
-
getId
The unique ID of the OAuth Client JSON Web Key- Returns:
- id
-
kid
-
getKid
Unique identifier of the JSON Web Key in the OAUth 2.0 Client's JWKS- Returns:
- kid
-
getKid_JsonNullable
-
setKid_JsonNullable
-
setKid
-
kty
-
getKty
Cryptographic algorithm family for the certificate's key pair- Returns:
- kty
-
setKty
-
getLastUpdated
Timestamp when the OAuth Client 2.0 JSON Web Key was updated- Returns:
- lastUpdated
-
n
-
getN
RSA key value (modulus) for key binding- Returns:
- n
-
setN
-
status
-
getStatus
Status of the OAuth 2.0 Client JSON Web Key- Returns:
- status
-
setStatus
-
use
-
getUse
Acceptable use of the JSON Web Key- Returns:
- use
-
setUse
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-