Uses of Class
eu.europa.esig.dss.policy.jaxb.SignedAttributesConstraints
Package | Description |
---|---|
eu.europa.esig.dss.policy.jaxb |
-
Uses of SignedAttributesConstraints in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as SignedAttributesConstraints Modifier and Type Field Description protected SignedAttributesConstraints
SignatureConstraints. signedAttributes
protected SignedAttributesConstraints
TimestampConstraints. signedAttributes
Methods in eu.europa.esig.dss.policy.jaxb that return SignedAttributesConstraints Modifier and Type Method Description SignedAttributesConstraints
ObjectFactory. createSignedAttributesConstraints()
Create an instance ofSignedAttributesConstraints
SignedAttributesConstraints
SignatureConstraints. getSignedAttributes()
Gets the value of the signedAttributes property.SignedAttributesConstraints
TimestampConstraints. getSignedAttributes()
Gets the value of the signedAttributes property.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type SignedAttributesConstraints Modifier and Type Method Description void
SignatureConstraints. setSignedAttributes(SignedAttributesConstraints value)
Sets the value of the signedAttributes property.void
TimestampConstraints. setSignedAttributes(SignedAttributesConstraints value)
Sets the value of the signedAttributes property.