Uses of Class
cloud.opencode.base.crypto.ssl.TrustAllManager
Packages that use TrustAllManager
-
Uses of TrustAllManager in cloud.opencode.base.crypto.ssl
Fields in cloud.opencode.base.crypto.ssl declared as TrustAllManagerModifier and TypeFieldDescriptionstatic final TrustAllManagerTrustAllManager.INSTANCESingleton instance whosecheckClient/ServerTrustedmethods refuse to skip validation unlessTrustAllManager.TRUST_ALL_ENABLED_PROPERTYis set to"true".Methods in cloud.opencode.base.crypto.ssl that return TrustAllManagerModifier and TypeMethodDescriptionstatic TrustAllManagerTrustAllManager.createUnsafe(boolean acknowledgeSecurityRisk) Creates a new instance with explicit acknowledgment of security risks.