Package com.okta.sdk.resource.model
Class Embedded
java.lang.Object
com.okta.sdk.resource.model.Embedded
- 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 Embedded
extends Object
implements Serializable
The Public Key Details are defined in the `_embedded` property of the Key object.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlg()
Algorithm used in the keygetE()
RSA key value (exponent) for key bindinggetKid()
Unique identifier for the certificategetKty()
Cryptographic algorithm family for the certificate's keypairgetN()
RSA key value (modulus) for key bindinggetUse()
Acceptable use of the certificateorg.openapitools.jackson.nullable.JsonNullable
<String> int
hashCode()
toString()
-
Field Details
-
JSON_PROPERTY_ALG
- See Also:
-
JSON_PROPERTY_E
- See Also:
-
JSON_PROPERTY_KID
- See Also:
-
JSON_PROPERTY_KTY
- See Also:
-
JSON_PROPERTY_N
- See Also:
-
JSON_PROPERTY_USE
- See Also:
-
-
Constructor Details
-
Embedded
public Embedded()
-
-
Method Details
-
getAlg
Algorithm used in the key- Returns:
- alg
-
getE
RSA key value (exponent) for key binding- Returns:
- e
-
getKid
Unique identifier for the certificate- Returns:
- kid
-
getKty
Cryptographic algorithm family for the certificate's keypair- Returns:
- kty
-
getN
RSA key value (modulus) for key binding- Returns:
- n
-
getUse
Acceptable use of the certificate- Returns:
- use
-
getUse_JsonNullable
-
equals
-
hashCode
public int hashCode() -
toString
-