java.lang.Object |
↳ |
xades4j.algorithms.Algorithm |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
Represents algorithms used on the signature, such as data object transforms,
signature algorithms or canonicalization algorithms. Subclasses are provided
for some common algorithms.
Summary
Public Methods |
String
|
getUri()
|
[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()
|
|
Protected Constructors
protected
Algorithm
(String uri)
Public Methods