SigningPlatform class
Contains information about the signing configurations and parameters that are used to perform a code signing job.
Constructors
- SigningPlatform({Category? category, String? displayName, int? maxSizeInMB, String? partner, String? platformId, bool? revocationSupported, SigningConfiguration? signingConfiguration, SigningImageFormat? signingImageFormat, String? target})
-
SigningPlatform.fromJson(Map<
String, dynamic> json) -
factory
Properties
- category → Category?
-
The category of a code signing platform.
final
- displayName → String?
-
The display name of a code signing platform.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxSizeInMB → int?
-
The maximum size (in MB) of code that can be signed by a code signing
platform.
final
- partner → String?
-
Any partner entities linked to a code signing platform.
final
- platformId → String?
-
The ID of a code signing; platform.
final
- revocationSupported → bool?
-
Indicates whether revocation is supported for the platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signingConfiguration → SigningConfiguration?
-
The configuration of a code signing platform. This includes the designated
hash algorithm and encryption algorithm of a signing platform.
final
- signingImageFormat → SigningImageFormat?
-
final
- target → String?
-
The types of targets that can be signed by a code signing platform.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited