Class CAdESAttributeIdentifier
java.lang.Object
eu.europa.esig.dss.model.identifier.Identifier
eu.europa.esig.dss.spi.validation.identifier.SignatureAttributeIdentifier
eu.europa.esig.dss.cades.validation.CAdESAttributeIdentifier
- All Implemented Interfaces:
Serializable
Represents a unique identifier for an attribute from a CAdES signature
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.identifier.Identifier
DIGEST_ALGO
-
Method Summary
Modifier and TypeMethodDescriptionstatic CAdESAttributeIdentifier
Builds the identifier for CAdES attributeMethods inherited from class eu.europa.esig.dss.model.identifier.Identifier
asXmlId, equals, getMessageDigest, hashCode, toString
-
Method Details
-
build
public static CAdESAttributeIdentifier build(org.bouncycastle.asn1.cms.Attribute attribute, Integer order) Builds the identifier for CAdES attribute- Parameters:
attribute
-Attribute
order
- position of the attribute within signature properties- Returns:
CAdESAttributeIdentifier
-