Class DocumentPassword


  • public class DocumentPassword
    extends Object
    Contains password information if it is a PDF document
    • Method Detail

      • getIsCertificateSet

        @Nullable
        public @Nullable Boolean getIsCertificateSet()
        True, if an certificate is set
        Returns:
        isCertificateSet
      • getIsOpenSet

        @Nullable
        public @Nullable Boolean getIsOpenSet()
        True, if an open password is set
        Returns:
        isOpenSet
      • getIsPermissionSet

        @Nullable
        public @Nullable Boolean getIsPermissionSet()
        True, if an permission password is set
        Returns:
        isPermissionSet
      • getRecipients

        @Nullable
        public @Nullable List<DocumentRecipient> getRecipients()
        List of recipients which are allowed to open the document
        Returns:
        recipients
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object