Builder
data class Builder(pinnedCertificates: MutableList<LegacyPinnedCertificate> = mutableListOf(), validateTrust: Boolean = true)
Builds a configured LegacyCertificatePinner.
Constructors
Link copied to clipboard
constructor(pinnedCertificates: MutableList<LegacyPinnedCertificate> = mutableListOf(), validateTrust: Boolean = true)
Functions
Link copied to clipboard
Pins certificates for pattern
.
Link copied to clipboard
Build into a LegacyCertificatePinner
Link copied to clipboard
Whether to valid the trust of the server https://developer.apple.com/documentation/security/2980705-sectrustevaluatewitherror