AlgorithmIdentifier<T extends Algorithm> class
- Inheritance
-
- Object
- Identifier
- AlgorithmIdentifier
Properties
Methods
-
createAlgorithm(
) → T -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getByJwaName(
String alg) → AlgorithmIdentifier< Algorithm> ?