Extension class
An X.509 extension
Constructors
- Extension(ObjectIdentifier extnId, bool isCritical, ExtensionValue extnValue)
-
const
- Extension.fromAsn1(ASN1Sequence sequence)
-
Creates a Extension from an ASN1Sequence. [...]
factory
Properties
- extnId → ObjectIdentifier
-
The extension's object identifier.
final
- extnValue → ExtensionValue
-
The extension's value.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isCritical → bool
-
Returns
true
if this extension is critical. [...]final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
[String prefix = '']) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited