Package com.okta.sdk.resource.model
Class JsonWebKey
java.lang.Object
com.okta.sdk.resource.model.JsonWebKey
- 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 JsonWebKey
extends Object
implements Serializable
JsonWebKey
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the object was createdgetE()
RSA key value (public exponent) for Key bindingTimestamp when the certificate expiresgetKid()
Unique identifier for the certificategetKty()
Cryptographic algorithm family for the certificate's keypair.Timestamp when the object was last updatedgetN()
RSA modulus value that is used by both the public and private keys and provides a link between themgetUse()
Acceptable use of the certificate.getX5c()
X.509 certificate chain that contains a chain of one or more certificatesX.509 certificate SHA-256 thumbprint, which is the base64url-encoded SHA-256 thumbprint (digest) of the DER encoding of an X.509 certificateint
hashCode()
void
toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_E
- See Also:
-
JSON_PROPERTY_EXPIRES_AT
- 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_USE
- See Also:
-
JSON_PROPERTY_X5C
- See Also:
-
JSON_PROPERTY_X5T_HASH_S256
- See Also:
-
-
Constructor Details
-
JsonWebKey
public JsonWebKey()
-
-
Method Details
-
getCreated
Timestamp when the object was created- Returns:
- created
-
getE
RSA key value (public exponent) for Key binding- Returns:
- e
-
getExpiresAt
Timestamp when the certificate expires- Returns:
- expiresAt
-
getKid
Unique identifier for the certificate- Returns:
- kid
-
getKty
Cryptographic algorithm family for the certificate's keypair. Valid value: `RSA`- Returns:
- kty
-
getLastUpdated
Timestamp when the object was last updated- Returns:
- lastUpdated
-
n
-
getN
RSA modulus value that is used by both the public and private keys and provides a link between them- Returns:
- n
-
setN
-
getUse
Acceptable use of the certificate. Valid value: `sig`- Returns:
- use
-
getX5c
X.509 certificate chain that contains a chain of one or more certificates- Returns:
- x5c
-
getX5tHashS256
X.509 certificate SHA-256 thumbprint, which is the base64url-encoded SHA-256 thumbprint (digest) of the DER encoding of an X.509 certificate- Returns:
- x5tHashS256
-
equals
-
hashCode
public int hashCode() -
toString
-