Class OperationSignatureIdentifier


  • public class OperationSignatureIdentifier
    extends Object
    Used to define the elements that are part of the visual signature.
    • Constructor Detail

      • OperationSignatureIdentifier

        public OperationSignatureIdentifier()
    • Method Detail

      • getShowCommonName

        @Nullable
        public @Nullable Boolean getShowCommonName()
        Displays or hides the common name (CN) part of the certificate.
        Returns:
        showCommonName
      • setShowCommonName

        public void setShowCommonName​(Boolean showCommonName)
      • getShowCountry

        @Nullable
        public @Nullable Boolean getShowCountry()
        Displays or hides the (ISO valid) country code (C) of the country in which the certificate holder is located.
        Returns:
        showCountry
      • setShowCountry

        public void setShowCountry​(Boolean showCountry)
      • getShowDate

        @Nullable
        public @Nullable Boolean getShowDate()
        Displays or hides the signature time.
        Returns:
        showDate
      • setShowDate

        public void setShowDate​(Boolean showDate)
      • getShowLocal

        @Nullable
        public @Nullable Boolean getShowLocal()
        Displays or hides the location/city (L) where the certificate holder is located.
        Returns:
        showLocal
      • setShowLocal

        public void setShowLocal​(Boolean showLocal)
      • getShowMail

        @Nullable
        public @Nullable Boolean getShowMail()
        Displays or hides the email address (E) at which the certificate holder can be contacted.
        Returns:
        showMail
      • setShowMail

        public void setShowMail​(Boolean showMail)
      • getShowName

        @Nullable
        public @Nullable Boolean getShowName()
        Displays or hides the signature `name`. (If `name` has not been set, the common name (CN) part of the certificate is displayed instead.)
        Returns:
        showName
      • setShowName

        public void setShowName​(Boolean showName)
      • getShowOrganisationName

        @Nullable
        public @Nullable Boolean getShowOrganisationName()
        Displays or hides the certificate holder's organization/company (O).
        Returns:
        showOrganisationName
      • setShowOrganisationName

        public void setShowOrganisationName​(Boolean showOrganisationName)
      • getShowOrganisationUnit

        @Nullable
        public @Nullable Boolean getShowOrganisationUnit()
        Displays or hides the certificate owner's suborganization/department (OU).
        Returns:
        showOrganisationUnit
      • setShowOrganisationUnit

        public void setShowOrganisationUnit​(Boolean showOrganisationUnit)
      • getShowSignedBy

        @Nullable
        public @Nullable Boolean getShowSignedBy()
        Displays or hides the text `Digitally signed by`. Can be overridden by the value of `textSignedBy`.
        Returns:
        showSignedBy
      • setShowSignedBy

        public void setShowSignedBy​(Boolean showSignedBy)
      • getShowState

        @Nullable
        public @Nullable Boolean getShowState()
        Displays or hides the state (S) in which the certificate holder is located.
        Returns:
        showState
      • setShowState

        public void setShowState​(Boolean showState)
      • getTextSignedBy

        @Nullable
        public @Nullable String getTextSignedBy()
        Text that is displayed when the `showSignedBy` option is enabled. If not set, then the text `Digitally signed by` is used as default.
        Returns:
        textSignedBy
      • setTextSignedBy

        public void setTextSignedBy​(String textSignedBy)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object