public class SslProperties
extends java.lang.Object
Properties
instance of SSL specific properties.Constructor and Description |
---|
SslProperties(java.util.Properties sslProperties)
Constructs an
SslProperties instance from the given set of properties. |
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
getSslProperties()
Returns the underlying SSL properties.
|
public SslProperties(java.util.Properties sslProperties)
SslProperties
instance from the given set of properties.sslProperties
- The SSL properties provided as an instance of Properties