Uses of Class
com.ibm.cloud.ibm_key_protect_api.v2.model.GetKmipClientCertificateOptions
-
Packages that use GetKmipClientCertificateOptions Package Description com.ibm.cloud.ibm_key_protect_api.v2 IBM Key Protect API v2.com.ibm.cloud.ibm_key_protect_api.v2.model -
-
Uses of GetKmipClientCertificateOptions in com.ibm.cloud.ibm_key_protect_api.v2
Methods in com.ibm.cloud.ibm_key_protect_api.v2 with parameters of type GetKmipClientCertificateOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ListKMIPClientCertificates>
IbmKeyProtectApi. getKmipClientCertificate(GetKmipClientCertificateOptions getKmipClientCertificateOptions)
Retrieve a client certificate from a KMIP Adapter. -
Uses of GetKmipClientCertificateOptions in com.ibm.cloud.ibm_key_protect_api.v2.model
Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return GetKmipClientCertificateOptions Modifier and Type Method Description GetKmipClientCertificateOptions
GetKmipClientCertificateOptions.Builder. build()
Builds a GetKmipClientCertificateOptions.
-