Uses of Class
com.ibm.cloud.ibm_key_protect_api.v2.model.RewrapKeyOptions
-
Packages that use RewrapKeyOptions 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 RewrapKeyOptions in com.ibm.cloud.ibm_key_protect_api.v2
Methods in com.ibm.cloud.ibm_key_protect_api.v2 with parameters of type RewrapKeyOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<RewrapKeyResponseBody>
IbmKeyProtectApi. rewrapKey(RewrapKeyOptions rewrapKeyOptions)
Rewrap a key. -
Uses of RewrapKeyOptions in com.ibm.cloud.ibm_key_protect_api.v2.model
Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return RewrapKeyOptions Modifier and Type Method Description RewrapKeyOptions
RewrapKeyOptions.Builder. build()
Builds a RewrapKeyOptions.
-