Class GetSigningPlatformResponse

    • Method Detail

      • platformId

        public final String platformId()

        The ID of the target signing platform.

        Returns:
        The ID of the target signing platform.
      • displayName

        public final String displayName()

        The display name of the target signing platform.

        Returns:
        The display name of the target signing platform.
      • partner

        public final String partner()

        A list of partner entities that use the target signing platform.

        Returns:
        A list of partner entities that use the target signing platform.
      • target

        public final String target()

        The validation template that is used by the target signing platform.

        Returns:
        The validation template that is used by the target signing platform.
      • category

        public final Category category()

        The category type of the target signing platform.

        If the service returns an enum value that is not available in the current SDK version, category will return Category.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from categoryAsString().

        Returns:
        The category type of the target signing platform.
        See Also:
        Category
      • categoryAsString

        public final String categoryAsString()

        The category type of the target signing platform.

        If the service returns an enum value that is not available in the current SDK version, category will return Category.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from categoryAsString().

        Returns:
        The category type of the target signing platform.
        See Also:
        Category
      • signingConfiguration

        public final SigningConfiguration signingConfiguration()

        A list of configurations applied to the target platform at signing.

        Returns:
        A list of configurations applied to the target platform at signing.
      • signingImageFormat

        public final SigningImageFormat signingImageFormat()

        The format of the target platform's signing image.

        Returns:
        The format of the target platform's signing image.
      • maxSizeInMB

        public final Integer maxSizeInMB()

        The maximum size (in MB) of the payload that can be signed by the target platform.

        Returns:
        The maximum size (in MB) of the payload that can be signed by the target platform.
      • revocationSupported

        public final Boolean revocationSupported()

        A flag indicating whether signatures generated for the signing platform can be revoked.

        Returns:
        A flag indicating whether signatures generated for the signing platform can be revoked.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object