Class DakCertificateMetadata

    • Method Detail

      • certificateId

        public final String certificateId()

        The certificate ID for the DAK.

        Returns:
        The certificate ID for the DAK.
      • maxAllowedSignature

        public final Integer maxAllowedSignature()

        The maximum number of signatures that the DAK can sign. A value of -1 indicates that there's no device limit.

        Returns:
        The maximum number of signatures that the DAK can sign. A value of -1 indicates that there's no device limit.
      • factorySupport

        public final Boolean factorySupport()

        Whether factory support has been enabled.

        Returns:
        Whether factory support has been enabled.
      • apId

        public final String apId()

        The advertised product ID (APID) that's used for pre-production and production applications.

        Returns:
        The advertised product ID (APID) that's used for pre-production and production applications.
      • deviceTypeId

        public final String deviceTypeId()

        The device type ID that's used for prototyping applications.

        Returns:
        The device type ID that's used for prototyping applications.
      • 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)