LegacyPinnedCertificate
data class LegacyPinnedCertificate(pattern: String, val hashAlgorithm: String, val hash: String)(source)
Represents a pinned certificate. Recommended using Builder.add to construct LegacyCertificatePinner
Properties
Link copied to clipboard
The hash of the pinned certificate using hashAlgorithm.
Link copied to clipboard
Either sha1/
or sha256/
.