Class CAdESAttributeIdentifier

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 Type
    Method
    Description
    build(org.bouncycastle.asn1.cms.Attribute attribute)
    Deprecated.
    since DSS 5.13.
    build(org.bouncycastle.asn1.cms.Attribute attribute, Integer order)
    Builds the identifier for CAdES attribute

    Methods inherited from class eu.europa.esig.dss.model.identifier.Identifier

    asXmlId, equals, getMessageDigest, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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 - Attribute
      order - position of the attribute within signature properties
      Returns:
      CAdESAttributeIdentifier