SslConfiguration class

Describes an app's SSL configuration.

Constructors

SslConfiguration({required String certificate, required String privateKey, String? chain})
SslConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

certificate String
The contents of the certificate's domain.crt file.
final
chain String?
Optional. Can be used to specify an intermediate certificate authority key or client authentication.
final
hashCode int
The hash code for this object.
no setterinherited
privateKey String
The private key; the contents of the certificate's domain.kex file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited