Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.net
/
PinnedCertificateTrustManagerFactory
Pinned
Certificate
Trust
Manager
Factory
class
PinnedCertificateTrustManagerFactory
:
SimpleTrustManagerFactory
Trust manager factory that accepts only a certificate with the configured SHA-256 fingerprint.
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
algorithm
Link copied to clipboard
val
algorithm
:
String
?
provider
Link copied to clipboard
val
provider
:
Provider
?
trust
Managers
Link copied to clipboard
val
trustManagers
:
Array
<
out
TrustManager
?
>
?
Functions
init
Link copied to clipboard
fun
init
(
ks
:
KeyStore
?
)
fun
init
(
spec
:
ManagerFactoryParameters
?
)