DerCertificate class final
A certificate in DER format.
- Inheritance
-
- Object
- Certificate
- DerCertificate
Constructors
- DerCertificate.new(Uint8List _bytes)
-
Creates a new DerCertificate from a list of
_bytes
.const
Properties
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