Package com.netscape.cmscore.security
Class SSLConfig
- java.lang.Object
-
- com.netscape.cmscore.base.PropConfigStore
-
- com.netscape.cmscore.security.SSLConfig
-
- All Implemented Interfaces:
IConfigStore
,java.lang.Cloneable
public class SSLConfig extends PropConfigStore
-
-
Field Summary
-
Fields inherited from class com.netscape.cmscore.base.PropConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage
-
-
Constructor Summary
Constructors Constructor Description SSLConfig()
SSLConfig(ConfigStorage storage)
SSLConfig(java.lang.String name, SimpleProperties source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCipherPreferences()
java.lang.String
getECType(java.lang.String certType)
void
setCipherPreferences(java.lang.String cipherPrefs)
-
Methods inherited from class com.netscape.cmscore.base.PropConfigStore
clear, clone, commit, get, getBigInteger, getBigInteger, getBoolean, getBoolean, getByteArray, getByteArray, getFullName, getInteger, getInteger, getName, getProperties, getPropertyNames, getSource, getStorage, getString, getString, getSubStore, getSubStore, getSubStoreNames, keys, load, load, makeSubStore, printProperties, put, putBigInteger, putBoolean, putByteArray, putInteger, putString, remove, removeSubStore, size, store
-
-
-
-
Constructor Detail
-
SSLConfig
public SSLConfig()
-
SSLConfig
public SSLConfig(ConfigStorage storage)
-
SSLConfig
public SSLConfig(java.lang.String name, SimpleProperties source)
-
-
Method Detail
-
getCipherPreferences
public java.lang.String getCipherPreferences() throws EBaseException
- Throws:
EBaseException
-
setCipherPreferences
public void setCipherPreferences(java.lang.String cipherPrefs) throws EBaseException
- Throws:
EBaseException
-
getECType
public java.lang.String getECType(java.lang.String certType) throws EBaseException
- Throws:
EBaseException
-
-