org.w3c.jigsaw.https.socket
Class SSLProperties
java.lang.Object
|
+--org.w3c.tools.resources.AttributeHolder
|
+--org.w3c.tools.resources.Resource
|
+--org.w3c.jigsaw.config.PropertySet
|
+--org.w3c.jigsaw.https.socket.SSLProperties
- public class SSLProperties
- extends PropertySet
Method Summary |
java.lang.String |
getSecurityProvider()
method for supplying the current security provider |
Methods inherited from class org.w3c.tools.resources.Resource |
acceptUnload,
checkMultipleLock,
collectFrames,
delete,
getClone,
getContext,
getFrame,
getFrames,
getIdentifier,
getLastModified,
getParent,
getResourceReference,
getServer,
getSpace,
getSpaceEntry,
getStoreEntry,
getURLPath,
getValue,
initialize,
isInitialized,
isUnloaded,
markModified,
notifyUnload,
pickleValues,
registerFrame,
setContext,
setContext,
setValue,
unregisterFrame,
unsafeGetContext,
unsafeGetIdentifier,
updateAttributes |
Methods inherited from class org.w3c.tools.resources.AttributeHolder |
definesAttribute,
definesAttribute,
getAttributes,
getBoolean,
getChar,
getClone,
getClone,
getDouble,
getFloat,
getInt,
getLong,
getString,
getValue,
lookupAttribute,
print,
setBoolean,
setChar,
setDouble,
setFloat,
setInt,
setLong,
setString,
setValue,
unsafeGetString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SECURITY_PROVIDER_P
public static final java.lang.String SECURITY_PROVIDER_P
- property key for specifying the TLS security provider
KEYSTORE_PATH_P
public static final java.lang.String KEYSTORE_PATH_P
- property key for specifying the keystore path
KEYSTORE_PASSWORD_P
public static final java.lang.String KEYSTORE_PASSWORD_P
- property key for specifying the keystore password
TRUSTSTORE_PATH_P
public static final java.lang.String TRUSTSTORE_PATH_P
- property key for specifying the truststore path
(future usage for client mode)
TRUSTSTORE_PASSWORD_P
public static final java.lang.String TRUSTSTORE_PASSWORD_P
- property key for specifying the truststore password
(future usage for client mode)
DEFAULT_SECURITY_PROVIDER
public static final java.lang.String DEFAULT_SECURITY_PROVIDER
- default security provider for TLS support
DEFAULT_NAME
public static final java.lang.String DEFAULT_NAME
- default properties name
ATTR_SSL_SECURITY_PROVIDER
protected static int ATTR_SSL_SECURITY_PROVIDER
- security provider attribute index
ATTR_SSL_KEYSTORE_PATH
protected static int ATTR_SSL_KEYSTORE_PATH
- keystore path attribute index
ATTR_SSL_KEYSTORE_PASSWORD
protected static int ATTR_SSL_KEYSTORE_PASSWORD
- keystore password attribute index
ATTR_SSL_TRUSTSTORE_PATH
protected static int ATTR_SSL_TRUSTSTORE_PATH
- keystore path attribute index (future usage for client mode)
ATTR_SSL_TRUSTSTORE_PASSWORD
protected static int ATTR_SSL_TRUSTSTORE_PASSWORD
- keystore password attribute index (future usage for client mode)
SSLProperties
public SSLProperties(httpd server)
- nameless constructor for SSL properties
- Parameters:
server
- reference to the current daemon
SSLProperties
public SSLProperties(java.lang.String name,
httpd server)
- named constructor for SSL properties
- Parameters:
name
- the name for the daemon in questionserver
- reference to the current daemon
getSecurityProvider
public java.lang.String getSecurityProvider()
- method for supplying the current security provider
- Returns:
- SSL security provider