SSLRepo class abstract

Implemented types
Implementers

Constructors

SSLRepo(StorageRepo storageRepo, {bool? withTrustedRoots})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

client(String host) → Client
Gets a pinning HTTP client for the given host.
init() Future<void>
Initializes the repository by loading its state from storage.
isPinning(String host) bool
Returns true if the repository is currently pinning for host.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pinCert(Certificate certificate) → void
Creates a strict pinning to the given certificate for a particular host.
inherited
pinCertChain(CertificateChain certificateChain) → void
Creates a strict pinning to a given certificateChain for a particular host.
toString() String
A string representation of this object.
inherited

Operators

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