public static final class CreateServerSSLContext.Builder extends Object
public Builder(String name)
public CreateServerSSLContext.Builder keyStoreType(String keyStoreType)
public CreateServerSSLContext.Builder keyStorePath(String keyStorePath)
public CreateServerSSLContext.Builder keyStorePassword(String keyStorePassword)
public CreateServerSSLContext.Builder keyPassword(String keyPassword)
public CreateServerSSLContext.Builder trustStoreType(String trustStoreType)
public CreateServerSSLContext.Builder trustStorePath(String trustStorePath)
public CreateServerSSLContext.Builder trustStorePassword(String trustStorePassword)
public CreateServerSSLContext.Builder protocols(String... protocols)
public CreateServerSSLContext.Builder cipherSuiteFilter(String cipherSuiteFilter)
public CreateServerSSLContext.Builder cipherSuiteNames(String cipherSuiteNames)
public CreateServerSSLContext.Builder needClientAuth(Boolean needClientAuth)
public CreateServerSSLContext.Builder wantClientAuth(Boolean wantClientAuth)
public CreateServerSSLContext.Builder authenticationOptional(Boolean authenticationOptional)
public CreateServerSSLContext.Builder securityDomain(String securityDomain)
public CreateServerSSLContext.Builder maximumSessionCacheSize(Integer maximumSessionCacheSize)
public CreateServerSSLContext.Builder sessionTimeout(Integer sessionTimeout)
public CreateServerSSLContext.Builder keyStoreAlias(String keyStoreAlias)
public CreateServerSSLContext.Builder keyStoreRelativeTo(String keyStoreRelativeTo)
public CreateServerSSLContext.Builder keyStoreRequired(Boolean keyStoreRequired)
public CreateServerSSLContext.Builder trustStoreAlias(String trustStoreAlias)
public CreateServerSSLContext.Builder trustStoreRelativeTo(String trustStoreRelativeTo)
public CreateServerSSLContext.Builder trustStoreRequired(Boolean trustStoreRequired)
public CreateServerSSLContext.Builder algorithm(String algorithm)
public CreateServerSSLContext.Builder trustStoreProviders(String trustStoreProviders)
public CreateServerSSLContext.Builder keyStoreProviders(String keyStoreProviders)
public CreateServerSSLContext.Builder keyManagerProviders(String keyManagerProviders)
public CreateServerSSLContext.Builder trustManagerProviders(String trustManagerProviders)
public CreateServerSSLContext.Builder providers(String providers)
public CreateServerSSLContext.Builder providersAll(String providersAll)
providersAll - - providers to serpublic CreateServerSSLContext build()
Copyright © 2024. All rights reserved.