- All Known Implementing Classes:
SecurityPlanImpl
public interface SecurityPlan
A SecurityPlan consists of encryption and trust details.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
-
Method Details
-
requiresEncryption
boolean requiresEncryption() -
requiresClientAuth
boolean requiresClientAuth() -
sslContext
CompletionStage<SSLContext> sslContext() -
requiresHostnameVerification
boolean requiresHostnameVerification() -
revocationCheckingStrategy
RevocationCheckingStrategy revocationCheckingStrategy()
-