Package eu.europa.esig.dss.cades
Class CAdESSignatureParameters
- java.lang.Object
-
- eu.europa.esig.dss.model.AbstractSerializableSignatureParameters
-
- eu.europa.esig.dss.AbstractSignatureParameters
-
- eu.europa.esig.dss.cades.CAdESSignatureParameters
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ASiCWithCAdESSignatureParameters,PAdESSignatureParameters
public class CAdESSignatureParameters extends AbstractSignatureParameters
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CAdESSignatureParameters()
-
Method Summary
Modifier and Type Method Description StringgetContentHintsDescription()StringgetContentHintsType()StringgetContentIdentifierPrefix()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.StringgetContentIdentifierSuffix()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.booleanisEn319122()voidsetContentHintsDescription(String contentHintsDescription)voidsetContentHintsType(String contentHintsType)voidsetContentIdentifierPrefix(String contentIdentifierPrefix)voidsetContentIdentifierSuffix(String contentIdentifierSuffix)voidsetEn319122(boolean en319122)-
Methods inherited from class eu.europa.esig.dss.AbstractSignatureParameters
clearCertificateChain, getCertificateChain, getContentTimestamps, getDetachedContents, getDeterministicId, getSignedData, getSigningCertificate, reinitDeterministicId, setCertificateChain, setCertificateChain, setContentTimestamps, setDetachedContents, setSignedData, setSigningCertificate
-
Methods inherited from class eu.europa.esig.dss.model.AbstractSerializableSignatureParameters
bLevel, equals, getArchiveTimestampParameters, getContentTimestampParameters, getDigestAlgorithm, getEncryptionAlgorithm, getMaskGenerationFunction, getReferenceDigestAlgorithm, getSignatureAlgorithm, getSignatureLevel, getSignaturePackaging, getSignatureTimestampParameters, hashCode, isGenerateTBSWithoutCertificate, isSignWithExpiredCertificate, setArchiveTimestampParameters, setBLevelParams, setContentTimestampParameters, setDigestAlgorithm, setEncryptionAlgorithm, setGenerateTBSWithoutCertificate, setMaskGenerationFunction, setReferenceDigestAlgorithm, setSignatureLevel, setSignaturePackaging, setSignatureTimestampParameters, setSignWithExpiredCertificate, toString
-
-
-
-
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()
-
-