Enum DigitalSignatureValidationResult.DocumentIntegrityStatus

    • Constructor Detail

    • Method Detail

      • getLocalizedDescription

        @Nullable() String getLocalizedDescription(@NonNull() Context context)

        Returns localized description for the document integrity status issue.

        Parameters:
        context - Context used for retrieving localized descriptions.
        Returns:

        Localized description for the document integrity status issues or null if the integrity is valid (i.e. statuses OK or TAMPERED_DOCUMENT).

      • valueOf

         static DigitalSignatureValidationResult.DocumentIntegrityStatus valueOf(String name)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

        Returns:

        the enum constant with the specified name