Package dev.sigstore.trustroot
Interface Service.Config
- Enclosing interface:
- Service
@Immutable
public static interface Service.Config
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Service.Config
from
(ServiceConfiguration config) getCount()
static Service.Config
ofAny()
INTERNAL ONLY: Returns the default config of ANY, only used transitionally as we adopt SigningConfig throughout the ecosystem.
-
Method Details
-
getCount
OptionalInt getCount() -
getSelector
Service.Config.Selector getSelector() -
from
- Throws:
SigstoreConfigurationException
-
ofAny
INTERNAL ONLY: Returns the default config of ANY, only used transitionally as we adopt SigningConfig throughout the ecosystem.
-