SigningPlatform

Contains information about the signing configurations and parameters that are used to perform a code-signing job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category of a signing platform.

Link copied to clipboard

The display name of a signing platform.

Link copied to clipboard

The maximum size (in MB) of code that can be signed by a signing platform.

Link copied to clipboard

Any partner entities linked to a signing platform.

Link copied to clipboard

The ID of a signing platform.

Link copied to clipboard

Indicates whether revocation is supported for the platform.

Link copied to clipboard

The configuration of a signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

Link copied to clipboard

The image format of a AWS Signer platform or profile.

Link copied to clipboard

The types of targets that can be signed by a signing platform.

Functions

Link copied to clipboard
inline fun copy(block: SigningPlatform.Builder.() -> Unit = {}): SigningPlatform
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String