- All Known Implementing Classes:
SecurityPlanImpl
public interface SecurityPlan
A SecurityPlan consists of encryption and trust details.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Method Details
-
requiresEncryption
boolean requiresEncryption() -
sslContext
SSLContext sslContext() -
requiresHostnameVerification
boolean requiresHostnameVerification() -
revocationCheckingStrategy
RevocationCheckingStrategy revocationCheckingStrategy()
-