java.lang.Object |
↳ |
xades4j.properties.DataObjectProperty |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
Base class for all the data object properties. This class checks target multiplicity.
For instance, if a property can only be applied to one data object and and attempt
is made to apply it to another, an exception is thrown.
Summary
Nested Classes |
enum |
DataObjectProperty.TargetMultiplicity |
Represents the number of data objects that a property can be applied to. |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
xades4j.properties.QualifyingProperty
abstract
String
|
getName()
Gets the name of the property, as specified in XAdES (the element name).
|
abstract
boolean
|
isSignature()
Indicates wether the property is a signature property.
|
abstract
boolean
|
isSigned()
Indicates wether the property is a signed property.
|
|
Protected Constructors
Public Methods
public
Collection<DataObjectDesc>
getTargetDataObjects
()
Gets the data object descriptions to which the property applies.
This shouldn't be called if the property has TargetMultiplicity.ALL
Returns
- un unmodifiable collection of data object descriptions
public
final
boolean
isSignature
()
Indicates wether the property is a signature property.
Returns
true
if this is a signature property