SSLPinningInterface class abstract

Implementers

Constructors

SSLPinningInterface()

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

isPinning(String host) bool
Returns true if the repository is currently pinning for host.
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.
toString() String
A string representation of this object.
inherited

Operators

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