Class SigningPlatform

    • Method Detail

      • platformId

        public final String platformId()

        The ID of a signing platform.

        Returns:
        The ID of a signing platform.
      • displayName

        public final String displayName()

        The display name of a signing platform.

        Returns:
        The display name of a signing platform.
      • partner

        public final String partner()

        Any partner entities linked to a signing platform.

        Returns:
        Any partner entities linked to a signing platform.
      • target

        public final String target()

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

        Returns:
        The types of targets that can be signed by a signing platform.
      • category

        public final Category category()

        The category of a 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 of a signing platform.
        See Also:
        Category
      • categoryAsString

        public final String categoryAsString()

        The category of a 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 of a signing platform.
        See Also:
        Category
      • signingConfiguration

        public final SigningConfiguration signingConfiguration()

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

        Returns:
        The configuration of a signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
      • signingImageFormat

        public final SigningImageFormat signingImageFormat()
        Returns the value of the SigningImageFormat property for this object.
        Returns:
        The value of the SigningImageFormat property for this object.
      • maxSizeInMB

        public final Integer maxSizeInMB()

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

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

        public final Boolean revocationSupported()

        Indicates whether revocation is supported for the platform.

        Returns:
        Indicates whether revocation is supported for the platform.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)