Uses of Class
com.cyberark.conjur.sdk.model.CertificateJson
Packages that use CertificateJson
-
Uses of CertificateJson in com.cyberark.conjur.sdk.endpoint
Methods in com.cyberark.conjur.sdk.endpoint that return CertificateJsonModifier and TypeMethodDescriptionGets a signed certificate from the configured Certificate Authority service.CertificateAuthorityApi.sign(String account, String serviceId, String csr, String ttl, String accept, String xRequestId) Gets a signed certificate from the configured Certificate Authority service.Methods in com.cyberark.conjur.sdk.endpoint that return types with arguments of type CertificateJsonModifier and TypeMethodDescriptionCertificateAuthorityApi.signWithHttpInfo(String account, String serviceId, String csr, String ttl) Gets a signed certificate from the configured Certificate Authority service.CertificateAuthorityApi.signWithHttpInfo(String account, String serviceId, String csr, String ttl, String accept, String xRequestId) Gets a signed certificate from the configured Certificate Authority service.Method parameters in com.cyberark.conjur.sdk.endpoint with type arguments of type CertificateJsonModifier and TypeMethodDescriptionokhttp3.CallCertificateAuthorityApi.signAsync(String account, String serviceId, String csr, String ttl, String accept, String xRequestId, ApiCallback<CertificateJson> _callback) Gets a signed certificate from the configured Certificate Authority service. -
Uses of CertificateJson in com.cyberark.conjur.sdk.model
Methods in com.cyberark.conjur.sdk.model that return CertificateJson