Class CAdESSignatureParameters

    • Constructor Detail

      • CAdESSignatureParameters

        public CAdESSignatureParameters()
    • Method Detail

      • isEn319122

        public boolean isEn319122()
      • setEn319122

        public void setEn319122​(boolean en319122)
      • getContentHintsType

        public String getContentHintsType()
      • setContentHintsType

        public void setContentHintsType​(String contentHintsType)
      • getContentHintsDescription

        public String getContentHintsDescription()
      • setContentHintsDescription

        public void setContentHintsDescription​(String contentHintsDescription)
      • getContentIdentifierSuffix

        public String getContentIdentifierSuffix()
        THIS VALUE WILL BE SET AUTOMATICALLY IF LEFT BLANK ETSI TS 101 733 V2.2.1 (2013-04) 5.10.2 content-identifier Attribute The content-identifier attribute provides an identifier for the signed content, for use when a reference may be later required to that content; for example, in the content-reference attribute in other signed data sent later. The content-identifier shall be a signed attribute. content-identifier attribute type values for the ES have an ASN.1 type ContentIdentifier, as defined in ESS (RFC 2634 [5]). The minimal content-identifier attribute should contain a concatenation of user-specific identification information (such as a user name or public keying material identification information), a GeneralizedTime string, and a random number.
        Returns:
      • setContentIdentifierSuffix

        public void setContentIdentifierSuffix​(String contentIdentifierSuffix)
        Parameters:
        contentIdentifierSuffix -
        See Also:
        getContentIdentifierSuffix()
      • getContentIdentifierPrefix

        public String getContentIdentifierPrefix()
        ETSI TS 101 733 V2.2.1 (2013-04) 5.10.2 content-identifier Attribute The content-identifier attribute provides an identifier for the signed content, for use when a reference may be later required to that content; for example, in the content-reference attribute in other signed data sent later. The content-identifier shall be a signed attribute. content-identifier attribute type values for the ES have an ASN.1 type ContentIdentifier, as defined in ESS (RFC 2634 [5]). The minimal content-identifier attribute should contain a concatenation of user-specific identification information (such as a user name or public keying material identification information), a GeneralizedTime string, and a random number.
        Returns:
      • setContentIdentifierPrefix

        public void setContentIdentifierPrefix​(String contentIdentifierPrefix)
        Parameters:
        contentIdentifierPrefix -
        See Also:
        getContentIdentifierPrefix()