Uses of Interface
com.okta.sdk.resource.application.Csr
-
Packages that use Csr Package Description com.okta.sdk.resource.application com.okta.sdk.resource.identity.provider -
-
Uses of Csr in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return Csr Modifier and Type Method Description CsrApplication. generateCsr(CsrMetadata metadata)Generate Certificate Signing Request for Application Generates a new key pair and returns the Certificate Signing Request for it.CsrApplication. getCsr(java.lang.String csrId) -
Uses of Csr in com.okta.sdk.resource.identity.provider
Methods in com.okta.sdk.resource.identity.provider that return Csr Modifier and Type Method Description CsrIdentityProvider. generateCsr(CsrMetadata metadata)Generate Certificate Signing Request for IdP Generates a new key pair and returns a Certificate Signing Request for it.CsrIdentityProvider. getSigningCsr(java.lang.String csrId)Gets a specific Certificate Signing Request model by id
-