public interface SecurityPlan
A SecurityPlan consists of encryption and trust details.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanboolean
-
Method Details
-
requiresEncryption
boolean requiresEncryption() -
requiresClientAuth
boolean requiresClientAuth() -
sslContext
SSLContext sslContext() -
requiresHostnameVerification
boolean requiresHostnameVerification()
-