Uses of Enum Class
com.yahoo.config.model.api.EndpointCertificateMetadata.Provider
Packages that use EndpointCertificateMetadata.Provider
-
Uses of EndpointCertificateMetadata.Provider in com.yahoo.config.model.api
Methods in com.yahoo.config.model.api that return EndpointCertificateMetadata.ProviderModifier and TypeMethodDescriptionEndpointCertificateMetadata.issuer()Returns the enum constant of this class with the specified name.static EndpointCertificateMetadata.Provider[]EndpointCertificateMetadata.Provider.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.config.model.api with parameters of type EndpointCertificateMetadata.ProviderModifier and TypeMethodDescriptionbooleanEndpointCertificateSecretStore.supports(EndpointCertificateMetadata.Provider provider) Constructors in com.yahoo.config.model.api with parameters of type EndpointCertificateMetadata.ProviderModifierConstructorDescriptionEndpointCertificateMetadata(String keyName, String certName, int version, EndpointCertificateMetadata.Provider issuer)