menu
chrome_extension package
documentation
certificate_provider.dart
CertificateInfo class
CertificateInfo class
dark_mode
light_mode
CertificateInfo
class
Constructors
CertificateInfo
({
required
ByteBuffer
certificate
,
required
List
<
Hash
>
supportedHashes
})
CertificateInfo.fromJS
(
CertificateInfo
_wrapped
)
Properties
certificate
↔
ByteBuffer
Must be the DER encoding of a X.509 certificate. Currently, only certificates of RSA keys are supported.
getter/setter pair
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
supportedHashes
↔
List
<
Hash
>
Must be set to all hashes supported for this certificate. This extension will only be asked for signatures of digests calculated with one of these hash algorithms. This should be in order of decreasing hash preference.
getter/setter pair
toJS
→ CertificateInfo
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
certificate_provider
CertificateInfo class
certificate_provider library