SigningPlatformOverrides class
Any overrides that are applied to the signing configuration of a code signing platform.
Constructors
- SigningPlatformOverrides({SigningConfigurationOverrides? signingConfiguration, ImageFormat? signingImageFormat})
-
SigningPlatformOverrides.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signingConfiguration → SigningConfigurationOverrides?
-
A signing configuration that overrides the default encryption or hash
algorithm of a signing job.
final
- signingImageFormat → ImageFormat?
-
A signed image is a JSON object. When overriding the default signing
platform configuration, a customer can select either of two signing formats,
JSONEmbeddedorJSONDetached. (A third format value,JSON, is reserved for future use.) WithJSONEmbedded, the signing image has the payload embedded in it. WithJSONDetached, the payload is not be embedded in the signing image.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited