Certificate class
Constructors
- Certificate({required BinaryBlob cert, required Principal canisterId, BinaryBlob? rootKey, int? maxAgeInMinutes = 5})
Properties
- canisterId → Principal
-
final
- cert → Cert
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxAgeInMinutes → int?
-
final
- rootKey → BinaryBlob?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verified ↔ bool
-
getter/setter pair
Methods
-
checkState(
) → void -
lookup(
List path) → Uint8List? -
lookupEx(
List path) → Uint8List? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
verify(
) → Future< bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited