Certificate class

Constructors

Certificate({required UnmodifiableUint8ListView publickey, required X509Certificate x509certificate, required String cn})
const

Properties

cn String
final
hashCode int
The hash code for this object.
no setterinherited
publickey UnmodifiableUint8ListView
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x509certificate → X509Certificate
final

Methods

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