PinnedCertificate
data class PinnedCertificate(pattern: String, hashAlgorithm: String, hash: String)
Content copied to clipboard
Represents a pinned certificate. Recommended to use Builder.add to construct CertificatePinner
Constructors
Link copied to clipboard
fun PinnedCertificate(pattern: String, hashAlgorithm: String, hash: String)
Content copied to clipboard