Package com.yahoo.security.tls
Class TransportSecurityOptions
java.lang.Object
com.yahoo.security.tls.TransportSecurityOptions
Generic TLS configuration for Vespa
- Author:
- bjorncs
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TransportSecurityOptionsstatic TransportSecurityOptionsfromJsonFile(Path file) inthashCode()booleantoJson()voidtoJsonFile(Path file) toString()
-
Method Details
-
getPrivateKeyFile
-
getCertificatesFile
-
getCaCertificatesFile
-
getAuthorizedPeers
-
getAcceptedCiphers
-
getAcceptedProtocols
-
isHostnameValidationDisabled
public boolean isHostnameValidationDisabled() -
fromJsonFile
-
fromJson
-
toJson
-
toJsonFile
-
toString
-
equals
-
hashCode
public int hashCode()
-