Package | Description |
---|---|
org.apache.ftpserver.ssl | |
org.apache.ftpserver.ssl.impl |
Internal classes, do not use directly!
|
Modifier and Type | Method and Description |
---|---|
ClientAuth |
SslConfigurationFactory.getClientAuth()
Return the required client authentication setting
|
ClientAuth |
SslConfiguration.getClientAuth()
Return the required client authentication setting
|
static ClientAuth |
ClientAuth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientAuth[] |
ClientAuth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ClientAuth |
DefaultSslConfiguration.getClientAuth() |
Constructor and Description |
---|
DefaultSslConfiguration(KeyManagerFactory keyManagerFactory,
TrustManagerFactory trustManagerFactory,
ClientAuth clientAuthReqd,
String sslProtocol,
String[] enabledCipherSuites,
String keyAlias)
Internal constructor, do not use directly.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.