menu
chrome_extension package
documentation
platform_keys.dart
Match class
Match class
dark_mode
light_mode
Match
class
Constructors
Match
({
required
ByteBuffer
certificate
,
required
Map
keyAlgorithm
})
Match.fromJS
(
Match
_wrapped
)
Properties
certificate
↔
ByteBuffer
The DER encoding of a X.509 certificate.
getter/setter pair
hashCode
→
int
The hash code for this object.
no setter
inherited
keyAlgorithm
↔
Map
The
KeyAlgorithm
of the certified key. This contains algorithm parameters that are inherent to the key of the certificate (e.g. the key length). Other parameters like the hash function used by the sign function are not included.
getter/setter pair
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
toJS
→ Match
no setter
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
chrome_extension package
documentation
platform_keys
Match class
platform_keys library