Package xades4j.utils

Class SigAndDataObjPropsPair<TSigProp,TDataObjProp>

java.lang.Object
xades4j.utils.SigAndDataObjPropsPair<TSigProp,TDataObjProp>
Direct Known Subclasses:
SigAndDataObjsPropertiesData, SignedProperties, UnsignedProperties

public abstract class SigAndDataObjPropsPair<TSigProp,TDataObjProp> extends Object
Container for a pair of property collections (signature and data object).
Author:
Luís
  • Constructor Details

  • Method Details

    • getSigProps

      public Collection<TSigProp> getSigProps()
      Gets the unmodifiable collection of signature properties.
      Returns:
      the signature properties
    • getDataObjProps

      public Collection<TDataObjProp> getDataObjProps()
      Gets the unmodifiable collection of data object properties.
      Returns:
      the data object properties
    • isEmpty

      public boolean isEmpty()
      Indicates wether the container has properties.
      Returns:
      true if there are no signature nor data object properties