java.lang.Object
eu.europa.esig.dss.model.identifier.Identifier
eu.europa.esig.dss.validation.SignatureAttributeIdentifier
eu.europa.esig.dss.cades.validation.CAdESAttributeIdentifier
- All Implemented Interfaces:
Serializable
public class CAdESAttributeIdentifier
extends eu.europa.esig.dss.validation.SignatureAttributeIdentifier
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 CAdESAttributeIdentifierbuild(org.bouncycastle.asn1.cms.Attribute attribute) Deprecated.since DSS 5.13.static CAdESAttributeIdentifierBuilds the identifier for CAdES attributeMethods inherited from class eu.europa.esig.dss.model.identifier.Identifier
asXmlId, equals, getMessageDigest, hashCode, toString
-
Method Details
-
build
@Deprecated public static CAdESAttributeIdentifier build(org.bouncycastle.asn1.cms.Attribute attribute) Deprecated.since DSS 5.13. Please use#build(Attribute attribute, Integer order)Builds the identifier for CAdES attribute- Parameters:
attribute-Attribute- Returns:
CAdESAttributeIdentifier
-
build
public static CAdESAttributeIdentifier build(org.bouncycastle.asn1.cms.Attribute attribute, Integer order) Builds the identifier for CAdES attribute- Parameters:
attribute-Attributeorder- position of the attribute within signature properties- Returns:
CAdESAttributeIdentifier
-