Uses of Class
com.mypurecloud.sdk.v2.model.ParsedCertificate
Packages that use ParsedCertificate
-
Uses of ParsedCertificate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ParsedCertificateModifier and TypeMethodDescriptionUtilitiesApi.postCertificateDetails(PostCertificateDetailsRequest request) Returns the information about an X509 PEM encoded certificate or certificate chain.UtilitiesApi.postCertificateDetails(Certificate body) Returns the information about an X509 PEM encoded certificate or certificate chain.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ParsedCertificateModifier and TypeMethodDescriptionUtilitiesApi.postCertificateDetails(ApiRequest<Certificate> request) Returns the information about an X509 PEM encoded certificate or certificate chain.UtilitiesApiAsync.postCertificateDetailsAsync(PostCertificateDetailsRequest request, AsyncApiCallback<ParsedCertificate> callback) Returns the information about an X509 PEM encoded certificate or certificate chain.UtilitiesApiAsync.postCertificateDetailsAsync(ApiRequest<Certificate> request, AsyncApiCallback<ApiResponse<ParsedCertificate>> callback) Returns the information about an X509 PEM encoded certificate or certificate chain.UtilitiesApi.postCertificateDetailsWithHttpInfo(Certificate body) Returns the information about an X509 PEM encoded certificate or certificate chain.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ParsedCertificateModifier and TypeMethodDescriptionUtilitiesApiAsync.postCertificateDetailsAsync(PostCertificateDetailsRequest request, AsyncApiCallback<ParsedCertificate> callback) Returns the information about an X509 PEM encoded certificate or certificate chain.UtilitiesApiAsync.postCertificateDetailsAsync(ApiRequest<Certificate> request, AsyncApiCallback<ApiResponse<ParsedCertificate>> callback) Returns the information about an X509 PEM encoded certificate or certificate chain. -
Uses of ParsedCertificate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ParsedCertificateModifier and TypeMethodDescriptionParsedCertificate.certificateDetails(List<CertificateDetails> certificateDetails) The details of the certificates that were parsed correctly.