Known Direct Subclasses
|
Class Overview
Base class for all the unsigned signature properties.
Summary
[Expand]
Inherited Methods |
From class
xades4j.properties.SignatureProperty
final
boolean
|
isSignature()
Indicates wether the property is a signature property.
|
|
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.
|
|
Public Constructors
public
UnsignedSignatureProperty
()
Public Methods
public
final
boolean
isSigned
()