Uses of Class
eu.europa.esig.dss.jades.validation.JAdESAttributeIdentifier
Package | Description |
---|---|
eu.europa.esig.dss.jades.validation |
-
Uses of JAdESAttributeIdentifier in eu.europa.esig.dss.jades.validation
Fields in eu.europa.esig.dss.jades.validation declared as JAdESAttributeIdentifier Modifier and Type Field Description protected JAdESAttributeIdentifier
JAdESAttribute. identifier
Identifies the instanceMethods in eu.europa.esig.dss.jades.validation that return JAdESAttributeIdentifier Modifier and Type Method Description static JAdESAttributeIdentifier
JAdESAttributeIdentifier. build(String headerName, Object value)
Builds a JAdES Attribute identifierstatic JAdESAttributeIdentifier
JAdESAttributeIdentifier. build(String headerName, Object value, Integer order)
Builds the identifier for an 'etsiU' componentJAdESAttributeIdentifier
JAdESAttribute. getIdentifier()
Gets the attribute identifierMethods in eu.europa.esig.dss.jades.validation with parameters of type JAdESAttributeIdentifier Modifier and Type Method Description static EtsiUComponent
EtsiUComponent. build(String headerName, Object value, boolean base64UrlEncoded, JAdESAttributeIdentifier identifier)
Builds theEtsiUComponent
from the given parameters