Algorithm class

Constructors

Algorithm(String name, String hashOID, String publicKeyOID, String signatureOID)
const
Algorithm.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setteroverride
hashOID String
final
name String
final
publicKeyOID String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureOID String
final
unknown Algorithm
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toAsn(String value) → ASN1ObjectIdentifier
toJson() Map<String, String>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

findAlgorithmByPublicKeyOID(String? publicKeyOID) Algorithm
formatOID(String rawOID) String

Constants

algorithms → const List<Algorithm>