Package com.okta.sdk.resource.model
Class IdPCsr
java.lang.Object
com.okta.sdk.resource.model.IdPCsr
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class IdPCsr
extends Object
implements Serializable
Defines a CSR for a signature or decryption credential for an IdP
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanTimestamp when the object was createdgetCsr()Base64-encoded CSR in DER formatgetId()Unique identifier for the CSRgetKty()Cryptographic algorithm family for the CSR's keypairgetLinks()Get linksinthashCode()links(IdPCsrLinks links) voidvoidsetLinks(IdPCsrLinks links) toString() 
- 
Field Details
- 
JSON_PROPERTY_CREATED
- See Also:
 
 - 
JSON_PROPERTY_CSR
- See Also:
 
 - 
JSON_PROPERTY_ID
- See Also:
 
 - 
JSON_PROPERTY_KTY
- See Also:
 
 - 
JSON_PROPERTY_LINKS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
IdPCsr
public IdPCsr() 
 - 
 - 
Method Details
- 
getCreated
Timestamp when the object was created- Returns:
 - created
 
 - 
getCsr
Base64-encoded CSR in DER format- Returns:
 - csr
 
 - 
getId
Unique identifier for the CSR- Returns:
 - id
 
 - 
kty
 - 
getKty
Cryptographic algorithm family for the CSR's keypair- Returns:
 - kty
 
 - 
setKty
 - 
links
 - 
getLinks
Get links- Returns:
 - links
 
 - 
setLinks
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -