Uses of Class
com.oracle.bmc.servicemesh.model.CaBundle
-
Packages that use CaBundle Package Description com.oracle.bmc.servicemesh.model -
-
Uses of CaBundle in com.oracle.bmc.servicemesh.model
Subclasses of CaBundle in com.oracle.bmc.servicemesh.model Modifier and Type Class Description class
LocalFileCaBundle
CA Bundle from the filesystem.class
OciCaBundle
CA Bundle from OCI Certificates service.Methods in com.oracle.bmc.servicemesh.model that return CaBundle Modifier and Type Method Description CaBundle
IngressListenerClientValidationConfig. getTrustedCaBundle()
Methods in com.oracle.bmc.servicemesh.model with parameters of type CaBundle Modifier and Type Method Description IngressListenerClientValidationConfig.Builder
IngressListenerClientValidationConfig.Builder. trustedCaBundle(CaBundle trustedCaBundle)
Constructors in com.oracle.bmc.servicemesh.model with parameters of type CaBundle Constructor Description IngressListenerClientValidationConfig(CaBundle trustedCaBundle, List<String> subjectAlternateNames)
Deprecated.
-