java.lang.Object |
↳ |
xades4j.providers.impl.DefaultSignaturePropertiesProvider |
Summary
[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.providers.SignaturePropertiesProvider
|
Public Constructors
public
DefaultSignaturePropertiesProvider
()
Public Methods
Provides the signature properties through a collector. This approach is used
instead of a series of get methods or returning two collections of properties
(signed and unsigned) because it results in a simpler interface for
implementing classes. Besides, the collector is provided by the lib, which
enables control of property mutiplicity.
Parameters
signaturePropsCol
| the signature properties collector (a new instance
for each invocation) |